Skip to content

Commit aaf527f

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 8e5f193 commit aaf527f

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
@@ -70,5 +70,13 @@
7070
},
7171
"publishConfig": {
7272
"access": "public"
73+
},
74+
"lint-staged": {
75+
"*.{html,md,yml}": [
76+
"prettier --write"
77+
],
78+
"*.{ts,js,json}": [
79+
"eslint --fix"
80+
]
7381
}
7482
}

0 commit comments

Comments
 (0)