Skip to content

Commit 444cefe

Browse files
gramatus-oldgramatus
authored andcommitted
fix: update eslint ecmaVersion to 13
Linting failed in deploymentConfig.js due to the static fields. Eslint supports this from ecmaVersion 13.
1 parent 9b0c66b commit 444cefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint:recommended"
99
],
1010
"parserOptions": {
11-
"ecmaVersion": 12
11+
"ecmaVersion": 13
1212
},
1313
"rules": {
1414
},

0 commit comments

Comments
 (0)