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 2121 "prepare" : " if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build; fi" ,
2222 "tsn" : " ts-node -r tsconfig-paths/register" ,
2323 "lint" : " ./scripts/lint" ,
24- "fix" : " eslint --fix --ext ts,js . "
24+ "fix" : " ./scripts/format "
2525 },
2626 "dependencies" : {
2727 "@types/node" : " ^18.11.18" ,
Original file line number Diff line number Diff line change 55cd " $( dirname " $0 " ) /.."
66
77echo " ==> 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 55cd " $( dirname " $0 " ) /.."
66
77echo " ==> 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