Skip to content

Commit fd4b9d3

Browse files
magistersartclaude
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 2a53ef6 commit fd4b9d3

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
@@ -28,14 +28,6 @@
2828
"type-check": "tsc --noEmit",
2929
"type-check:watch": "npm run type-check -- --watch"
3030
},
31-
"lint-staged": {
32-
"*.{html,md,yml}": [
33-
"prettier --write"
34-
],
35-
"*.{js,ts,json}": [
36-
"eslint --fix"
37-
]
38-
},
3931
"prettier": "@shelf/prettier-config",
4032
"dependencies": {
4133
"entities": "5.0.0",

0 commit comments

Comments
 (0)