Skip to content

Commit

Permalink
Add json file extension to babel file association
Browse files Browse the repository at this point in the history
  • Loading branch information
zweimach committed Mar 8, 2020
1 parent 8f31e30 commit 3d0be81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
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 3d0be81

Please sign in to comment.