Change runLinter script.
This commit is contained in:
parent
e4b7d5619c
commit
f4aa14f968
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
npx eslint -c .eslintrc.json "$@" --fix src/ --ext .js,.ts
|
||||
npx eslint -c .eslintrc.json "$@" --fix --ext .js,.ts
|
Loading…
Reference in a new issue