mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
Moving eslintrc.json into package.json
This commit is contained in:
parent
d7485d8cdf
commit
4c0a15b45e
@ -1,15 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"plugin:github/internal",
|
||||
"plugin:github/recommended"
|
||||
],
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017,
|
||||
"requireConfigFile": false
|
||||
},
|
||||
"parser": "@babel/eslint-parser"
|
||||
}
|
17
package.json
17
package.json
@ -86,5 +86,20 @@
|
||||
"last 2 safari versions",
|
||||
"last 2 edge versions",
|
||||
"ie 11"
|
||||
]
|
||||
],
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"plugin:github/internal",
|
||||
"plugin:github/recommended"
|
||||
],
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017,
|
||||
"requireConfigFile": false
|
||||
},
|
||||
"parser": "@babel/eslint-parser"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user