mirror of
https://github.com/primer/css.git
synced 2024-12-25 23:23:47 +03:00
bring back .eslintrc.json
This commit is contained in:
parent
8ecebde1d8
commit
ec3e005a50
13
tools/stylelint-config-primer/.eslintrc.json
Normal file
13
tools/stylelint-config-primer/.eslintrc.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"plugins": [
|
||||
"eslint-plugin-github"
|
||||
],
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:github/recommended",
|
||||
"plugin:github/es6"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user