Skip to content

Commit

Permalink
chore(eslint): eslint and git pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrixA authored Apr 22, 2024
1 parent 1c96096 commit 10bb473
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"beauty": "prettier . --write",
"check": "prettier . --check",
"prepare": "husky",
"precommit": "prettier . --write && eslint --fix .",
"test": "jest --no-cache --detectOpenHandles",
"test-test": "jest --watchAll --no-cache --detectOpenHandles",
"test:ci": "jest --detectOpenHandles --coverage --verbose",
"precommit": "prettier . --write && eslint --fix ."
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 10bb473

Please sign in to comment.