Skip to content

Commit

Permalink
Merge pull request #811 from molecula451/spell
Browse files Browse the repository at this point in the history
linter: update eslint flag
  • Loading branch information
rndquu authored Oct 9, 2023
2 parents c119128 + 0f1a293 commit 17e79d3
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 @@ -48,7 +48,7 @@
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"prettier --write",
"eslint --fix",
"eslint --fix --max-warnings=0",
"cspell --no-must-find-files"
],
"*.sol": [
Expand Down

0 comments on commit 17e79d3

Please sign in to comment.