From 563e478fef0982dd5ba38448c481ca5bd6d7a781 Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Tue, 14 Sep 2021 19:28:15 +0200 Subject: [PATCH] add keyword spacing and detection of templates exp --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index b8e61c5ba43..95b2f097696 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -109,6 +109,8 @@ } ], "one-var": ["warn", "never"], + "keyword-spacing": "warn", + "no-template-curly-in-string": "error", "jsdoc/check-alignment": 1, "jsdoc/check-examples": 0, // interferes with SugarCube examples "jsdoc/check-indentation": 0, -- GitLab