Skip to content

Commit 081be4e

Browse files
author
Dennis R
authored
Merge pull request #20 from pmagentur/pm-dennis-patch-1
Adjusted linting to ignore indentation for conditional expressions
2 parents 3d9a7f5 + f4c15e5 commit 081be4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rules": {
4040
"@typescript-eslint/no-explicit-any": "error",
4141
"object-curly-spacing": "off",
42-
"indent": ["warn", 2, { "ignoredNodes": ["PropertyDefinition"] }],
42+
"indent": ["warn", 2, { "ignoredNodes": ["PropertyDefinition", "ConditionalExpression"] }],
4343
"no-mixed-spaces-and-tabs": "off",
4444
"padded-blocks": "off",
4545
"brace-style": "off",

0 commit comments

Comments
 (0)