1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 09:10:17 +02:00

eslint: turn off template-curly-spacing

This commit is contained in:
Kushagra Gour
2019-06-05 01:19:41 +05:30
parent 53c0ea000b
commit a50c25dacb

View File

@@ -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",