Skip to content

Commit 02ab991

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 8334e2d commit 02ab991

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,13 @@
7373
"publishConfig": {
7474
"access": "public"
7575
},
76-
"packageManager": "pnpm@10.15.0"
76+
"packageManager": "pnpm@10.15.0",
77+
"lint-staged": {
78+
"*.{html,md,yml}": [
79+
"prettier --write"
80+
],
81+
"*.{js,ts,json}": [
82+
"eslint --fix"
83+
]
84+
}
7785
}

0 commit comments

Comments
 (0)