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