mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-25 19:11:56 +00:00
Detect .babelrc (#3358)
`.babelrc` is Babel configuration file in JSON 5 format.
This commit is contained in:
committed by
Brandon Black
parent
5aa53c0711
commit
cd30c7613c
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"presets": [
|
||||
"es2015",
|
||||
"es2016"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user