File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ all: lint test build
18
18
dist : clean lint test build html
19
19
20
20
_lint :
21
- @eslint --config $(ROOT ) /eslint_src .json --max-warnings 0 src/
21
+ @eslint --config $(ROOT ) /eslint_js .json --max-warnings 0 src/
22
22
@eslint --config $(ROOT ) /eslint_test.json --max-warnings 0 test/
23
23
@echo -e " $( OK) lint"
24
24
File renamed without changes.
Original file line number Diff line number Diff line change 13
13
" plugin:@typescript-eslint/eslint-recommended" ,
14
14
" plugin:@typescript-eslint/recommended" ,
15
15
" plugin:@typescript-eslint/recommended-requiring-type-checking" ,
16
- " ./eslint_src .json"
16
+ " ./eslint_js .json"
17
17
],
18
18
"rules" : {
19
19
"complexity" : " off" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DEPS := cached-iterable:CachedIterable
5
5
include ../common.mk
6
6
7
7
lint :
8
- @eslint --config $(ROOT ) /eslint_src .json --max-warnings 0 src/
8
+ @eslint --config $(ROOT ) /eslint_js .json --max-warnings 0 src/
9
9
@eslint --config $(ROOT ) /eslint_test.json --max-warnings 0 test/
10
10
@echo -e " $( OK) lint"
11
11
You can’t perform that action at this time.
0 commit comments