File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
"prepare" : " if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build; fi" ,
22
22
"tsn" : " ts-node -r tsconfig-paths/register" ,
23
23
"lint" : " ./scripts/lint" ,
24
- "fix" : " eslint --fix --ext ts,js . "
24
+ "fix" : " ./scripts/format "
25
25
},
26
26
"dependencies" : {
27
27
"@types/node" : " ^18.11.18" ,
Original file line number Diff line number Diff line change 5
5
cd " $( dirname " $0 " ) /.."
6
6
7
7
echo " ==> Running eslint --fix"
8
- ./node_modules/.bin/eslint --fix --ext ts,js .
8
+ ESLINT_USE_FLAT_CONFIG= " false " ./node_modules/.bin/eslint --fix --ext ts,js .
Original file line number Diff line number Diff line change 5
5
cd " $( dirname " $0 " ) /.."
6
6
7
7
echo " ==> Running eslint"
8
- ./node_modules/.bin/eslint --ext ts,js .
8
+ ESLINT_USE_FLAT_CONFIG= " false " ./node_modules/.bin/eslint --ext ts,js .
You can’t perform that action at this time.
0 commit comments