Skip to content

Commit 1946334

Browse files
magistersartclaude
authored andcommitted
Remove lint-staged section from package.json
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7f23532 commit 1946334

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
"type-check": "tsc --noEmit",
3333
"type-check:watch": "npm run type-check -- --watch"
3434
},
35-
"lint-staged": {
36-
"*.{html,json,md,yml}": [
37-
"prettier --write --ignore-path=./.eslintignore"
38-
],
39-
"*.{ts,js}": [
40-
"eslint --fix"
41-
]
42-
},
4335
"prettier": "@shelf/prettier-config",
4436
"dependencies": {
4537
"is-image": "4.0.0",

0 commit comments

Comments
 (0)