Skip to content

Commit a83cf91

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 9adc543 commit a83cf91

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
@@ -56,5 +56,13 @@
5656
},
5757
"publishConfig": {
5858
"access": "public"
59+
},
60+
"lint-staged": {
61+
"*.{html,json,md,yml}": [
62+
"prettier --write"
63+
],
64+
"*.{js,ts}": [
65+
"eslint --fix"
66+
]
5967
}
6068
}

0 commit comments

Comments
 (0)