Files
linguist/samples/JSON5/filenames/.babelrc
Yamagishi Kazutoshi cd30c7613c Detect .babelrc (#3358)
`.babelrc` is Babel configuration file in JSON 5 format.
2016-12-06 21:43:33 -08:00

7 lines
50 B
Plaintext

{
"presets": [
"es2015",
"es2016"
]
}