notes/node_modules/stylelint-config-primer/.eslintrc.json

14 lines
181 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
{
"plugins": [
"eslint-plugin-github"
],
"env": {
"es6": true,
"node": true
},
"extends": [
"plugin:github/recommended",
"plugin:github/es6"
]
}