Skip to content

Commit 16c5f1f

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 0cf1890 commit 16c5f1f

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
@@ -24,14 +24,6 @@
2424
"type-check": "tsc --noEmit",
2525
"type-check:watch": "npm run type-check -- --watch"
2626
},
27-
"lint-staged": {
28-
"*.{html,md,yml}": [
29-
"prettier --write"
30-
],
31-
"*.{js,ts,json}": [
32-
"eslint --fix"
33-
]
34-
},
3527
"babel": {
3628
"extends": "@shelf/babel-config/backend"
3729
},

0 commit comments

Comments
 (0)