This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
wiki
/
weseek__growi
peilaus alkaen
https://github.com/weseek/growi
Tarkkaile
2
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
update .eslintignore for sub-packages
Yuki Takei
3 vuotta sitten
vanhempi
c217092075
sitoutus
153d1a0b39
7 muutettua tiedostoa
jossa
9 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
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
Näytä tiedosto
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
Näytä tiedosto
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
Näytä tiedosto
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
Näytä tiedosto
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
Näytä tiedosto
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
Näytä tiedosto
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
Näytä tiedosto
@@ -1 +1,2 @@
/dist/**
+/types/**