mirror of
https://github.com/primer/css.git
synced 2024-11-23 11:27:26 +03:00
16 lines
198 B
JSON
16 lines
198 B
JSON
{
|
|
"plugins": [
|
|
"eslint-plugin-github"
|
|
],
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:github/recommended",
|
|
"plugin:github/es6"
|
|
],
|
|
"rules": {
|
|
"no-console": 0
|
|
}
|
|
}
|