We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04104c commit f09ebc0Copy full SHA for f09ebc0
.eslintrc.yaml
@@ -29,6 +29,7 @@ rules:
29
"@typescript-eslint/no-var-requires": off
30
"@typescript-eslint/explicit-module-boundary-types": off
31
"@typescript-eslint/no-explicit-any": off
32
+ "@typescript-eslint/no-extra-semi": off
33
eqeqeq: error
34
import/order:
35
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
0 commit comments