1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 20:38:58 +03:00
css/tools/stylelint-selector-no-utility/.eslintrc.json

16 lines
198 B
JSON
Raw Normal View History

2016-05-28 17:55:56 +03:00
{
"plugins": [
"eslint-plugin-github"
],
2016-05-28 17:55:56 +03:00
"env": {
"node": true
},
"extends": [
2018-11-08 20:41:52 +03:00
"plugin:github/recommended",
"plugin:github/es6"
],
"rules": {
"no-console": 0
}
2016-05-28 17:55:56 +03:00
}