Skip to content

Commit 3e1e753

Browse files
committed
Update eslint config
1 parent 4f8b515 commit 3e1e753

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.eslintrc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"globals": {
1212
"BigInt": true,
1313
"SharedArrayBuffer": true,
14-
"Atomics": true,
15-
"BigInt": true
14+
"Atomics": true
1615
},
1716
"rules": {
1817
"indent": [
@@ -266,6 +265,10 @@
266265
"template-curly-spacing": [
267266
"error",
268267
"never"
268+
],
269+
"consistent-return": [
270+
"error",
271+
{ "treatUndefinedAsUnspecified": true }
269272
]
270273
}
271274
}

0 commit comments

Comments
 (0)