Skip to content

Commit 3af7e39

Browse files
magistersartclaude
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 fd4b9d3 commit 3af7e39

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
@@ -61,5 +61,13 @@
6161
},
6262
"publishConfig": {
6363
"access": "public"
64+
},
65+
"lint-staged": {
66+
"*.{html,md,yml}": [
67+
"prettier --write"
68+
],
69+
"*.{js,ts,json}": [
70+
"eslint --fix"
71+
]
6472
}
6573
}

0 commit comments

Comments
 (0)