Skip to content

Commit

Permalink
Fix eslint precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 21, 2023
1 parent 6fb8334 commit 9ac0653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"**/*": ["prettier --write --ignore-unknown"],
"**/*.{js,ts,jsx,tsx}": ["eslint"]
"**/*.{js,ts,jsx,tsx}": ["eslint --max-warnings 0"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clean": "rm -rf .cache/ && rm -rf build/ && rm -rf public/build/",
"deploy": "fly deploy --remote-only",
"dev": "remix dev",
"lint": "eslint --cache .",
"lint": "eslint --cache --max-warnings 0 .",
"prepare": "husky install",
"start": "remix-serve build"
},
Expand Down

0 comments on commit 9ac0653

Please sign in to comment.