Skip to content
Snippets Groups Projects
Commit 563e478f authored by Skriv's avatar Skriv
Browse files

add keyword spacing and detection of templates exp

parent 4a0ceb47
Branches
Tags
1 merge request!10266add keyword spacing and detection of templates exp
...@@ -109,6 +109,8 @@ ...@@ -109,6 +109,8 @@
} }
], ],
"one-var": ["warn", "never"], "one-var": ["warn", "never"],
"keyword-spacing": "warn",
"no-template-curly-in-string": "error",
"jsdoc/check-alignment": 1, "jsdoc/check-alignment": 1,
"jsdoc/check-examples": 0, // interferes with SugarCube examples "jsdoc/check-examples": 0, // interferes with SugarCube examples
"jsdoc/check-indentation": 0, "jsdoc/check-indentation": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment