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