Update fileNames to support recommended babel config files (#283)
https://babeljs.io/docs/en/configuration#babelrc
This commit is contained in:
parent
1bf6a0be2e
commit
29e656e04f
1 changed files with 2 additions and 0 deletions
|
@ -77,7 +77,9 @@
|
||||||
"license.md": "_file_license",
|
"license.md": "_file_license",
|
||||||
"license.md.rendered": "_file_license",
|
"license.md.rendered": "_file_license",
|
||||||
"license.txt": "_file_license",
|
"license.txt": "_file_license",
|
||||||
|
"babel.config.js": "_file_babel",
|
||||||
".babelrc": "_file_babel",
|
".babelrc": "_file_babel",
|
||||||
|
".babelrc.js": "_file_babel",
|
||||||
".babelrc.json": "_file_babel",
|
".babelrc.json": "_file_babel",
|
||||||
".eslintrc": "_file_eslint",
|
".eslintrc": "_file_eslint",
|
||||||
".eslintignore": "_file_eslint",
|
".eslintignore": "_file_eslint",
|
||||||
|
|
Loading…
Reference in a new issue