Skip to content

Commit

Permalink
feat: add commitlint .mjs extension support (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Mar 4, 2024
1 parent b0d6a49 commit d427fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,7 @@ export const fileIcons: FileIcons = {
fileNames: [
'.commitlintrc',
'.commitlintrc.js',
'.commitlintrc.mjs',
'.commitlintrc.cjs',
'.commitlintrc.ts',
'.commitlintrc.cts',
Expand All @@ -1962,6 +1963,7 @@ export const fileIcons: FileIcons = {
'.commitlint.yaml',
'.commitlint.yml',
'commitlint.config.js',
'commitlint.config.mjs',
'commitlint.config.cjs',
'commitlint.config.ts',
'commitlint.config.cts',
Expand Down

0 comments on commit d427fa7

Please sign in to comment.