From 29e656e04fe9aa917aa3b8d2e8c18d1627a02962 Mon Sep 17 00:00:00 2001 From: Daniel Mahon Date: Fri, 16 Nov 2018 15:15:27 -0500 Subject: [PATCH] Update fileNames to support recommended babel config files (#283) https://babeljs.io/docs/en/configuration#babelrc --- src/icons/partials/fileNames.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icons/partials/fileNames.js b/src/icons/partials/fileNames.js index 315167a..1432c89 100644 --- a/src/icons/partials/fileNames.js +++ b/src/icons/partials/fileNames.js @@ -77,7 +77,9 @@ "license.md": "_file_license", "license.md.rendered": "_file_license", "license.txt": "_file_license", + "babel.config.js": "_file_babel", ".babelrc": "_file_babel", + ".babelrc.js": "_file_babel", ".babelrc.json": "_file_babel", ".eslintrc": "_file_eslint", ".eslintignore": "_file_eslint",