Detect .babelrc (#3358)

`.babelrc` is Babel configuration file in JSON 5 format.
This commit is contained in:
Yamagishi Kazutoshi
2016-12-07 14:43:33 +09:00
committed by Brandon Black
parent 5aa53c0711
commit cd30c7613c
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"presets": [
"es2015",
"es2016"
]
}