Skip to content

Commit 8334e2d

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 9a833e7 commit 8334e2d

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
@@ -37,14 +37,6 @@
3737
"type-check": "tsc --noEmit",
3838
"type-check:watch": "pnpm run type-check -- --watch"
3939
},
40-
"lint-staged": {
41-
"*.{html,md,yml}": [
42-
"prettier --write"
43-
],
44-
"*.{js,ts,json}": [
45-
"eslint --fix"
46-
]
47-
},
4840
"prettier": "@shelf/prettier-config",
4941
"dependencies": {
5042
"debug": "4.4.1",

0 commit comments

Comments
 (0)