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 authored and brettz9 committed Dec 31, 2019
1 parent fff7474 commit 2e69b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
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 2e69b44

Please sign in to comment.