Skip to content

Commit b58aad7

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 1946334 commit b58aad7

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
@@ -58,5 +58,13 @@
5858
},
5959
"publishConfig": {
6060
"access": "public"
61+
},
62+
"lint-staged": {
63+
"*.{html,json,md,yml}": [
64+
"prettier --write --ignore-path=./.eslintignore"
65+
],
66+
"*.{ts,js}": [
67+
"eslint --fix"
68+
]
6169
}
6270
}

0 commit comments

Comments
 (0)