Update fileNames to support recommended babel config files (#283)

https://babeljs.io/docs/en/configuration#babelrc
This commit is contained in:
Daniel Mahon 2018-11-16 15:15:27 -05:00 committed by Mattia Astorino
parent 1bf6a0be2e
commit 29e656e04f

View file

@ -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",