Skip to content

Commit f815264

Browse files
committed
fix: Disable no-lone-blocks due to conflict with no-case-declarations
1 parent 94d7bbb commit f815264

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const config: BaseConfig = {
1212
"import/no-mutable-exports": "off",
1313
"import/no-import-module-exports": "off",
1414
"@typescript-eslint/no-var-requires": "off",
15+
"no-lone-blocks": "off"
1516
},
1617
};
1718

0 commit comments

Comments
 (0)