1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/tools/primer-module-build/.eslintrc.json

15 lines
182 B
JSON
Raw Normal View History

2018-04-28 01:26:56 +03:00
{
"plugins": [
"eslint-plugin-github"
],
"env": {
"es6": true,
"node": true
},
"extends": [
"plugin:github/recommended",
"plugin:github/es6"
]
}