Skip to content

Commit d717653

Browse files
Enable some more lints
1 parent 119a9da commit d717653

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@ export default [
1111
{
1212
rules: {
1313
// TODO: We want to turn these on eventually
14-
"arrow-parens": "off",
1514
"camelcase": "off",
16-
"comma-dangle": "off",
1715
"indent": "off",
18-
"keyword-spacing": "off",
1916
"max-len": "off",
20-
"no-extra-boolean-cast": "off",
2117
"no-tabs": "off",
2218
"no-unused-expressions": "off",
23-
"object-curly-spacing": "off",
2419
"prefer-const": "off",
25-
"quotes": "off",
26-
"semi": "off",
2720
"spaced-comment": "off",
2821
"@typescript-eslint/await-thenable": "off",
2922
"@typescript-eslint/no-explicit-any": "off",

0 commit comments

Comments
 (0)