1
1
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:
Jon Rohan 2021-04-05 20:35:12 -07:00
parent d7485d8cdf
commit 4c0a15b45e
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 16 additions and 16 deletions

View File

@ -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"
}

View File

@ -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"
}
}