Skip to content

Commit

Permalink
update lintstagedrc extensions (vscode-icons#1911)
Browse files Browse the repository at this point in the history
* update lintstagedrc extensions

* use filenamesGlob and extensionsGlob
  • Loading branch information
xiaoxiangmoe authored and robertohuertasm committed Mar 23, 2019
1 parent 0f3d868 commit e7c6d5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,12 @@ export const extensions: IFileCollection = {
},
{
icon: 'lintstagedrc',
extensions: ['.lintstagedrc'],
extensions: [
'.lintstagedrc',
'lint-staged.config.js',
],
filenamesGlob: ['.lintstagedrc'],
extensionsGlob: ['js', 'json', 'yaml', 'yml'],
filename: true,
format: FileFormat.svg,
},
Expand Down

0 comments on commit e7c6d5c

Please sign in to comment.