mirror of
https://github.com/primer/css.git
synced 2024-12-02 07:53:06 +03:00
15 lines
182 B
JSON
15 lines
182 B
JSON
|
{
|
||
|
"plugins": [
|
||
|
"eslint-plugin-github"
|
||
|
],
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:github/recommended",
|
||
|
"plugin:github/es6"
|
||
|
]
|
||
|
}
|
||
|
|