Skip to content

Commit 8e5f193

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 5a8c275 commit 8e5f193

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
@@ -31,14 +31,6 @@
3131
"type-check": "tsc --noEmit",
3232
"type-check:watch": "pnpm run type-check --watch"
3333
},
34-
"lint-staged": {
35-
"*.{html,md,yml}": [
36-
"prettier --write"
37-
],
38-
"*.{ts,js,json}": [
39-
"eslint --fix"
40-
]
41-
},
4234
"babel": {
4335
"extends": "@shelf/babel-config/backend"
4436
},

0 commit comments

Comments
 (0)