From cddd7c34de4a456236f8270927fbaa3a76be3e7c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 23 Nov 2021 10:21:41 +0200 Subject: [PATCH] ESLint: disable spaced-comment rule --- .eslintrc.json | 1 + site/.eslintrc.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index d8e83a8d2..2e7cb476b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -50,6 +50,7 @@ "error", "never" ], + "spaced-comment": "off", "unicorn/explicit-length-check": "off", "unicorn/no-array-callback-reference": "off", "unicorn/no-array-method-this-argument": "off", diff --git a/site/.eslintrc.json b/site/.eslintrc.json index 56b3b4040..f84cb0cb5 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -46,6 +46,7 @@ "error", "never" ], + "spaced-comment": "off", "strict": "error", "unicorn/no-array-for-each": "off", "unicorn/no-array-method-this-argument": "off",