Skip to content

Commit 9fdb989

Browse files
committed
Update ignore
1 parent 7595c00 commit 9fdb989

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/full-flowers-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-devup': patch
3+
---
4+
5+
Update ignore

.lintstagedrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
'**/*.{js,jsx,ts,tsx,mjs,md,mdx,json,json5,jsonc}': (files) => {
33
return [
4-
`npx eslint --config eslint.config.mjs --fix ${files.join(' ')}`,
4+
`pnpm eslint --config eslint.config.mjs --fix ${files.join(' ')}`,
55
`git add ${files.join(' ')}`,
66
]
77
},

0 commit comments

Comments
 (0)