Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverineks committed Oct 19, 2021
1 parent 275713a commit 52fbd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"flow focus-check"
],
"*.{ts,tsx}": [
"eslint --cache --fix --max-warnings=0",
"eslint --cache --fix --max-warnings=0 --c ./src/.eslintrc.js",
"prettier --write",
"bash -c tsc -p tsconfig.json --noEmit"
],
Expand Down

0 comments on commit 52fbd73

Please sign in to comment.