Skip to content

Commit

Permalink
Relax rule: Don't check indentation on template literal children (wor…
Browse files Browse the repository at this point in the history
…k around for ESLint bug)

Fixes: standard/standard#1385
  • Loading branch information
feross committed Aug 22, 2019
1 parent a40280e commit 4b20d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -64,7 +64,7 @@
"ImportDeclaration": 1,
"flatTernaryExpressions": false,
"ignoreComments": false,
"ignoredNodes": ["TemplateLiteral > *"]
"ignoredNodes": ["TemplateLiteral *"]
}],
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
"keyword-spacing": ["error", { "before": true, "after": true }],
Expand Down

0 comments on commit 4b20d13

Please sign in to comment.