Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit a809b6d

Browse files
committed
chore: update eslint to respect modern configuration
1 parent 5776a9c commit a809b6d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@babel/core": "^7.15.5",
5252
"@babel/preset-env": "^7.15.6",
5353
"@rollup/plugin-babel": "^5.3.0",
54-
"babel-eslint": "^10.1.0",
5554
"cross-env": "^7.0.3",
5655
"eslint": "^7.32.0",
5756
"postcss": "^8.3.6",
@@ -66,19 +65,10 @@
6665
"es6": true,
6766
"node": true
6867
},
69-
"extends": "eslint:recommended",
70-
"parser": "babel-eslint",
7168
"parserOptions": {
72-
"ecmaVersion": 2018,
73-
"impliedStrict": true,
7469
"sourceType": "module"
7570
},
76-
"root": true,
77-
"rules": {
78-
"no-console": [
79-
0
80-
]
81-
}
71+
"root": true
8272
},
8373
"keywords": [
8474
"postcss",

0 commit comments

Comments
 (0)