Skip to content

Commit

Permalink
fix(associations): add .cts and .mts extensions for eslint (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenos112 authored Aug 17, 2024
1 parent 1a90668 commit 5de3ccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,8 @@ const fileIcons: Record<string, {
'eslint.config.cjs',
'eslint.config.mjs',
'eslint.config.ts',
'eslint.config.cts',
'eslint.config.mts',
],
},
'eslint-ignore': {
Expand Down

0 comments on commit 5de3ccc

Please sign in to comment.