This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
update .eslintignore for sub-packages
Yuki Takei
3 năm trước cách đây
mục cha
c217092075
commit
153d1a0b39
7 tập tin đã thay đổi
với
9 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
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
Xem Tập Tin
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
Xem Tập Tin
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
Xem Tập Tin
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
Xem Tập Tin
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
Xem Tập Tin
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
Xem Tập Tin
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
Xem Tập Tin
@@ -1 +1,2 @@
/dist/**
+/types/**