This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
wiki
/
weseek__growi
zrcadlo
https://github.com/weseek/growi
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Procházet zdrojové kódy
update .eslintignore for sub-packages
Yuki Takei
před 3 roky
rodič
c217092075
revize
153d1a0b39
7 změnil soubory
, kde provedl
9 přidání
a
1 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
2
0
packages/codemirror-textlint/.eslintignore
2
0
packages/hackmd/.eslintignore
1
1
packages/preset-themes/.eslintignore
1
0
packages/remark-drawio/.eslintignore
1
0
packages/remark-growi-directive/.eslintignore
1
0
packages/remark-lsx/.eslintignore
1
0
packages/ui/.eslintignore
+ 2
- 0
packages/codemirror-textlint/.eslintignore
Zobrazit soubor
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
Zobrazit soubor
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
Zobrazit soubor
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
Zobrazit soubor
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
Zobrazit soubor
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
Zobrazit soubor
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
Zobrazit soubor
@@ -1 +1,2 @@
/dist/**
+/types/**