Skip to content

Commit f09ebc0

Browse files
committed
fix: add no-extra-semi off to eslint config
1 parent b04104c commit f09ebc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ rules:
2929
"@typescript-eslint/no-var-requires": off
3030
"@typescript-eslint/explicit-module-boundary-types": off
3131
"@typescript-eslint/no-explicit-any": off
32+
"@typescript-eslint/no-extra-semi": off
3233
eqeqeq: error
3334
import/order:
3435
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]

0 commit comments

Comments
 (0)