Skip to content

Commit

Permalink
build(lint): stop running eslint on pre-commit
Browse files Browse the repository at this point in the history
We lint on the CI anyway so no need to slowdown the commit process
  • Loading branch information
gdostie committed Dec 17, 2024
1 parent cdd90c8 commit ec2d982
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@
"typescript-eslint": "8.4.0"
},
"lint-staged": {
"**/*.{ts,js}": [
"prettier --write",
"eslint . --fix"
],
"**/*.{md,json,yml}": [
"**/*.{ts,js,md,json,yml}": [
"prettier --write"
]
},
Expand Down

0 comments on commit ec2d982

Please sign in to comment.