1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 13:51:52 +03:00
css/tools/stylelint-selector-no-utility/.eslintrc.json
2018-11-08 09:41:59 -08:00

16 lines
198 B
JSON

{
"plugins": [
"eslint-plugin-github"
],
"env": {
"node": true
},
"extends": [
"plugin:github/recommended",
"plugin:github/es6"
],
"rules": {
"no-console": 0
}
}