Skip to content

Commit 453a758

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 16c5f1f commit 453a758

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
@@ -50,5 +50,13 @@
5050
},
5151
"publishConfig": {
5252
"access": "public"
53+
},
54+
"lint-staged": {
55+
"*.{html,md,yml}": [
56+
"prettier --write"
57+
],
58+
"*.{js,ts,json}": [
59+
"eslint --fix"
60+
]
5361
}
5462
}

0 commit comments

Comments
 (0)