Skip to content

Commit

Permalink
Support .cjs in stylelint (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Nov 17, 2021
1 parent ca272e2 commit 420afdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -1100,10 +1100,12 @@ export const fileIcons: FileIcons = {
fileNames: [
'.stylelintrc',
'stylelint.config.js',
'stylelint.config.cjs',
'.stylelintrc.json',
'.stylelintrc.yaml',
'.stylelintrc.yml',
'.stylelintrc.js',
'.stylelintrc.cjs',
'.stylelintignore',
],
light: true,
Expand Down

0 comments on commit 420afdd

Please sign in to comment.