1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00
css/tools/stylelint-selector-no-utility/.eslintrc.json
2017-10-09 12:13:30 -07:00

12 lines
137 B
JSON

{
"plugins": [
"eslint-plugin-github"
],
"env": {
"node": true
},
"extends": [
"plugin:github/recommended"
]
}