Skip to content

Commit 6b51534

Browse files
magistersartclaude
authored andcommitted
Fix lint-staged: restore entire section (no CircleCI entry found)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e4604eb commit 6b51534

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,13 @@
6464
},
6565
"publishConfig": {
6666
"access": "public"
67+
},
68+
"lint-staged": {
69+
"*.{ts,js,}": [
70+
"eslint --fix"
71+
],
72+
"*.{html,json,md,yml}": [
73+
"prettier --write"
74+
]
6775
}
6876
}

0 commit comments

Comments
 (0)