Skip to content

Commit

Permalink
Merge pull request #12067 from qmonmert/refactolint
Browse files Browse the repository at this point in the history
Refacto: simplify .lintstagedrc.js
  • Loading branch information
murdos authored Mar 9, 2025
2 parents df4b41d + 204c84e commit 1a84a6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default {
'*.{js,cjs,ts,tsx,vue}': ['eslint --fix', 'prettier --write'],
'*.{js,cjs,pug,ts,tsx,vue}': ['eslint --fix', 'prettier --write'],
'*.{css,scss}': ['stylelint --fix --allow-empty-input', 'prettier --write'],
'*.pug': ['eslint --fix', 'prettier --write'],
'*.{md,json,jsonc,yml,html,java,xml,feature,sh}': ['prettier --write'],
};

0 comments on commit 1a84a6c

Please sign in to comment.