Skip to content

Commit

Permalink
chore: fix lint staged command name
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 10, 2023
1 parent 226917c commit e22e0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*.{js,jsx,ts,tsx,cjs,mjs,vue}": ["pnpm eslint:fix"],
"*.{css,scss}": ["pnpm stylelint:fix"],
"*.{js,jsx,ts,tsx,cjs,mjs,vue}": ["pnpm lint:js:fix"],
"*.{css,scss}": ["pnpm lint:style:fix"],
};

0 comments on commit e22e0d8

Please sign in to comment.