diff --git a/runLinter.sh b/runLinter.sh index 08c9db9..b9a40f7 100755 --- a/runLinter.sh +++ b/runLinter.sh @@ -1,3 +1,3 @@ #!/bin/bash -npx eslint -c .eslintrc.json "$@" --fix src/ --ext .js,.ts \ No newline at end of file +npx eslint -c .eslintrc.json "$@" --fix --ext .js,.ts \ No newline at end of file