This website works better with JavaScript
Home
Verkennen
Help
Inloggen
wiki
/
weseek__growi
spiegel van
https://github.com/weseek/growi
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Bladeren bron
update .eslintignore for sub-packages
Yuki Takei
3 jaren geleden
bovenliggende
c217092075
commit
153d1a0b39
7 gewijzigde bestanden
met
toevoegingen van 9
en
1 verwijderingen
Zij-aan-zij weergave
Toon Diff Stats
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
Bestand weergeven
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
Bestand weergeven
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
Bestand weergeven
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
Bestand weergeven
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
Bestand weergeven
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
Bestand weergeven
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
Bestand weergeven
@@ -1 +1,2 @@
/dist/**
+/types/**