mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-24 02:21:54 +00:00
cd30c7613c
`.babelrc` is Babel configuration file in JSON 5 format.
7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
"es2016"
|
|
]
|
|
}
|