We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e71a9 commit 2814f13Copy full SHA for 2814f13
.eslintrc.json
@@ -6,7 +6,7 @@
6
},
7
"extends": "eslint:recommended",
8
"parserOptions": {
9
- "ecmaVersion": 2020
+ "ecmaVersion": "latest"
10
11
"globals": {
12
"BigInt": true
@@ -263,6 +263,10 @@
263
"template-curly-spacing": [
264
"error",
265
"never"
266
+ ],
267
+ "consistent-return": [
268
+ "error",
269
+ { "treatUndefinedAsUnspecified": true }
270
]
271
}
272
0 commit comments