Skip to content

Commit 6b46289

Browse files
magistersartclaude
andcommitted
Fix lint-staged: remove only CircleCI validation entry
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 795cde7 commit 6b46289

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

0 commit comments

Comments
 (0)