We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cb166 commit a96e7e1Copy full SHA for a96e7e1
.eslintrc.json
@@ -1,6 +1,9 @@
1
{
2
"plugins": ["kuzzle"],
3
"extends": ["plugin:kuzzle/default", "plugin:kuzzle/node"],
4
+ "parserOptions": {
5
+ "ecmaVersion": 2020
6
+ },
7
"rules": {
8
"sort-keys": "warn",
9
"kuzzle/array-foreach": "warn"
0 commit comments