mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
eslint: turn off template-curly-spacing
This commit is contained in:
@@ -174,7 +174,7 @@
|
|||||||
"sort-imports": "off",
|
"sort-imports": "off",
|
||||||
"sort-vars": "off",
|
"sort-vars": "off",
|
||||||
"strict": ["error", "never"],
|
"strict": ["error", "never"],
|
||||||
"template-curly-spacing": "error",
|
"template-curly-spacing": "off",
|
||||||
"unicode-bom": ["error", "never"],
|
"unicode-bom": ["error", "never"],
|
||||||
"valid-jsdoc": "off",
|
"valid-jsdoc": "off",
|
||||||
"vars-on-top": "off",
|
"vars-on-top": "off",
|
||||||
|
Reference in New Issue
Block a user