We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d2a19 commit 28c193cCopy full SHA for 28c193c
.eslintrc.json
@@ -1,6 +1,6 @@
1
{
2
"parserOptions": {
3
- "ecmaVersion": 2021,
+ "ecmaVersion": "latest",
4
"ecmaFeatures": {
5
"jsx": true
6
},
package.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/standard/eslint-config-standard/issues"
12
13
"devDependencies": {
14
- "eslint": "^7.12.1",
+ "eslint": "^8.0.0",
15
"eslint-plugin-import": "^2.22.1",
16
"eslint-plugin-node": "^11.1.0",
17
"eslint-plugin-promise": "^4.2.1",
@@ -47,7 +47,7 @@
47
"license": "MIT",
48
"main": "index.js",
49
"peerDependencies": {
50
51
52
53
"eslint-plugin-promise": "^4.2.1 || ^5.0.0"
0 commit comments