This website works better with JavaScript
홈
탐색
도움말
로그인
wiki
/
weseek__growi
의 미러
https://github.com/weseek/growi
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
update .eslintignore for sub-packages
Yuki Takei
3 년 전
부모
c217092075
커밋
153d1a0b39
7개의 변경된 파일
과
9개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
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
파일 보기
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 2
- 0
packages/hackmd/.eslintignore
파일 보기
@@ -0,0 +1,2 @@
+/dist/**
+/types/**
+ 1
- 1
packages/preset-themes/.eslintignore
파일 보기
@@ -1,2 +1,2 @@
/dist/**
-
*.d.ts
+
/types/**
+ 1
- 0
packages/remark-drawio/.eslintignore
파일 보기
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-growi-directive/.eslintignore
파일 보기
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/remark-lsx/.eslintignore
파일 보기
@@ -1 +1,2 @@
/dist/**
+/types/**
+ 1
- 0
packages/ui/.eslintignore
파일 보기
@@ -1 +1,2 @@
/dist/**
+/types/**