Skip to content

Commit

Permalink
fix(lint-staged): include cjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Apr 20, 2024
1 parent d81bc27 commit 559ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export default {
'src/main/style/**/*.{css,scss}': ['stylelint --fix', 'prettier --write'],
'src/main/glyph/**/*.{css,scss}': ['prettier --write'],
'src/main/style/**/*.pug': ['eslint --fix'],
'{{src/**/,}*.{md,json,yml,html,java,xml,feature},*.{js,ts},.github/**/*.yml,documentation/**/*.md}': ['prettier --write'],
'{{src/**/,}*.{md,json,yml,html,java,xml,feature},*.{js,cjs,ts},.github/**/*.yml,documentation/**/*.md}': ['prettier --write'],
};

0 comments on commit 559ec46

Please sign in to comment.