Skip to content

Commit 9adc543

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 6e988a1 commit 9adc543

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

0 commit comments

Comments
 (0)