From 3d0be815185aefaca04f51621d04613bf4dea08c Mon Sep 17 00:00:00 2001 From: Ananda Umamil Date: Sun, 8 Mar 2020 09:41:19 +0700 Subject: [PATCH] Add json file extension to babel file association --- src/icons/fileIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index a7df52649..d2d44e2a7 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -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']