Skip to content

Commit

Permalink
Extend prettier config file options (Closes #1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 3, 2021
1 parent 062bbd2 commit 23e9d6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -1020,11 +1020,15 @@ export const fileIcons: FileIcons = {
fileNames: [
'.prettierrc',
'prettier.config.js',
'prettier.config.cjs',
'.prettierrc.js',
'.prettierrc.cjs',
'.prettierrc.json',
'.prettierrc.json5',
'.prettierrc.yaml',
'.prettierrc.yml',
'.prettierignore',
'.prettierrc.toml',
],
},
{ name: 'apollo', fileNames: ['apollo.config.js'] },
Expand Down

0 comments on commit 23e9d6a

Please sign in to comment.