We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119a9da commit d717653Copy full SHA for d717653
1 file changed
eslint.config.js
@@ -11,19 +11,12 @@ export default [
11
{
12
rules: {
13
// TODO: We want to turn these on eventually
14
- "arrow-parens": "off",
15
"camelcase": "off",
16
- "comma-dangle": "off",
17
"indent": "off",
18
- "keyword-spacing": "off",
19
"max-len": "off",
20
- "no-extra-boolean-cast": "off",
21
"no-tabs": "off",
22
"no-unused-expressions": "off",
23
- "object-curly-spacing": "off",
24
"prefer-const": "off",
25
- "quotes": "off",
26
- "semi": "off",
27
"spaced-comment": "off",
28
"@typescript-eslint/await-thenable": "off",
29
"@typescript-eslint/no-explicit-any": "off",
0 commit comments