We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d9a7f5 + f4c15e5 commit 081be4eCopy full SHA for 081be4e
1 file changed
.eslintrc.json
@@ -39,7 +39,7 @@
39
"rules": {
40
"@typescript-eslint/no-explicit-any": "error",
41
"object-curly-spacing": "off",
42
- "indent": ["warn", 2, { "ignoredNodes": ["PropertyDefinition"] }],
+ "indent": ["warn", 2, { "ignoredNodes": ["PropertyDefinition", "ConditionalExpression"] }],
43
"no-mixed-spaces-and-tabs": "off",
44
"padded-blocks": "off",
45
"brace-style": "off",
0 commit comments