File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
1818dist : clean lint test build html
1919
2020_lint :
21- @eslint --config $(ROOT ) /eslint_src .json --max-warnings 0 src/
21+ @eslint --config $(ROOT ) /eslint_js .json --max-warnings 0 src/
2222 @eslint --config $(ROOT ) /eslint_test.json --max-warnings 0 test/
2323 @echo -e " $( OK) lint"
2424
File renamed without changes.
Original file line number Diff line number Diff line change 1313 " plugin:@typescript-eslint/eslint-recommended" ,
1414 " plugin:@typescript-eslint/recommended" ,
1515 " plugin:@typescript-eslint/recommended-requiring-type-checking" ,
16- " ./eslint_src .json"
16+ " ./eslint_js .json"
1717 ],
1818 "rules" : {
1919 "complexity" : " off" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DEPS := cached-iterable:CachedIterable
55include ../common.mk
66
77lint :
8- @eslint --config $(ROOT ) /eslint_src .json --max-warnings 0 src/
8+ @eslint --config $(ROOT ) /eslint_js .json --max-warnings 0 src/
99 @eslint --config $(ROOT ) /eslint_test.json --max-warnings 0 test/
1010 @echo -e " $( OK) lint"
1111
You can’t perform that action at this time.
0 commit comments