diff --git a/.tests/pre-commit-frontend.sh b/.tests/pre-commit-frontend.sh index bdfb007..e23a434 100755 --- a/.tests/pre-commit-frontend.sh +++ b/.tests/pre-commit-frontend.sh @@ -9,12 +9,12 @@ check_typescript () { check_eslint () { cd $UI_DIR - node_modules/.bin/eslint . + node_modules/.bin/eslint . --ext .ts --ext .tsx } check_prettier () { cd $UI_DIR - node_modules/.bin/prettier -c -w . + node_modules/.bin/prettier -c . } for arg in "$@"