10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718bed2 commit 8e4a40bCopy full SHA for 8e4a40b
.eslintrc.json
@@ -6,11 +6,11 @@
6
},
7
"extends": "eslint:recommended",
8
"parserOptions": {
9
- "ecmaVersion": 2020
+ "ecmaVersion": "latest"
10
11
"globals": {
12
- "BigInt": true,
13
- "api": true
+ "api": true,
+ "BigInt": true
14
15
"rules": {
16
"indent": [
@@ -264,6 +264,10 @@
264
"template-curly-spacing": [
265
"error",
266
"never"
267
+ ],
268
+ "consistent-return": [
269
+ "error",
270
+ { "treatUndefinedAsUnspecified": true }
271
]
272
}
273
0 commit comments