Skip to content

Commit

Permalink
eslint: turn off template-curly-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jun 4, 2019
1 parent 53c0ea0 commit a50c25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -174,7 +174,7 @@
"sort-imports": "off",
"sort-vars": "off",
"strict": ["error", "never"],
"template-curly-spacing": "error",
"template-curly-spacing": "off",
"unicode-bom": ["error", "never"],
"valid-jsdoc": "off",
"vars-on-top": "off",
Expand Down

0 comments on commit a50c25d

Please sign in to comment.