This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
wiki
/
weseek__growi
spegling av
https://github.com/weseek/growi
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
update .eslintignore for sub-packages
Yuki Takei
3 år sedan
förälder
c217092075
incheckning
153d1a0b39
7 ändrade filer
med
9 tillägg
och
1 borttagningar
Delad Vy
Visa Diff Statistik
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
Visa fil
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
Visa fil
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
Visa fil
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
Visa fil
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
Visa fil
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
Visa fil
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
Visa fil
@@ -1 +1,2 @@
/dist/**
+/types/**