Skip to content

Commit a96e7e1

Browse files
committed
fix: target right ecma version in eslint
1 parent a4cb166 commit a96e7e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"plugins": ["kuzzle"],
33
"extends": ["plugin:kuzzle/default", "plugin:kuzzle/node"],
4+
"parserOptions": {
5+
"ecmaVersion": 2020
6+
},
47
"rules": {
58
"sort-keys": "warn",
69
"kuzzle/array-foreach": "warn"

0 commit comments

Comments
 (0)