Skip to content

Commit 88ada89

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 <[email protected]>
1 parent 164162c commit 88ada89

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
@@ -83,5 +83,13 @@
8383
},
8484
"publishConfig": {
8585
"access": "public"
86+
},
87+
"lint-staged": {
88+
"*.{html,md,yml}": [
89+
"prettier --write"
90+
],
91+
"*.{js,ts,json}": [
92+
"eslint --fix"
93+
]
8694
}
8795
}

0 commit comments

Comments
 (0)