Skip to content

Commit

Permalink
Add support for .lintstagedrc files (#1764)
Browse files Browse the repository at this point in the history
Fixes #1358
  • Loading branch information
admvx authored and robertohuertasm committed Nov 1, 2018
1 parent 6b0b25c commit a1d513a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_lintstagedrc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon-manifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,12 @@ export const extensions: IFileCollection = {
filename: true,
format: FileFormat.svg,
},
{
icon: 'lintstagedrc',
extensions: ['.lintstagedrc'],
filename: true,
format: FileFormat.svg,
},
{ icon: 'liquid', extensions: ['liquid'], format: FileFormat.svg },
{ icon: 'livescript', extensions: ['ls'], format: FileFormat.svg },
{ icon: 'locale', extensions: [], format: FileFormat.svg },
Expand Down

0 comments on commit a1d513a

Please sign in to comment.