mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +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
|
|
}
|
|
}
|