Skip to content

Commit

Permalink
Merge pull request #661 from zweimach/icons-babel
Browse files Browse the repository at this point in the history
Add json file extension to babel file association
  • Loading branch information
PKief committed Mar 10, 2020
2 parents 8f31e30 + 3d0be81 commit 3f58262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -648,7 +648,7 @@ export const fileIcons: FileIcons = {
'.env.test.local',
]
},
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js', 'babel.config.js'] },
{ name: 'babel', fileNames: ['.babelrc', '.babelrc.js', '.babelrc.json', 'babel.config.json', 'babel.config.js'] },
{
name: 'contributing',
fileNames: ['contributing.md']
Expand Down

0 comments on commit 3f58262

Please sign in to comment.