Skip to content

Commit 13585a4

Browse files
authored
Merge branch 'main' into rs/fix-odb-404
2 parents b6d5e6b + f5b293c commit 13585a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = {
4545
// unsupported by Node 12, i.e. optional chaining
4646
// TODO: re-enable after dropping support for Node 12
4747
'n/no-unsupported-features/es-syntax': 'off',
48+
'@typescript-eslint/no-extra-semi': 'off',
4849
},
4950
},
5051
{

0 commit comments

Comments
 (0)