mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
14 lines
180 B
JSON
14 lines
180 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"plugin:github/es6",
|
||
|
"plugin:github/recommended"
|
||
|
],
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2017
|
||
|
}
|
||
|
}
|