2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

ESLint: disable spaced-comment rule

This commit is contained in:
XhmikosR
2021-11-23 10:21:41 +02:00
parent 7306e589d6
commit cddd7c34de
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@
"error", "error",
"never" "never"
], ],
"spaced-comment": "off",
"unicorn/explicit-length-check": "off", "unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off", "unicorn/no-array-callback-reference": "off",
"unicorn/no-array-method-this-argument": "off", "unicorn/no-array-method-this-argument": "off",
+1
View File
@@ -46,6 +46,7 @@
"error", "error",
"never" "never"
], ],
"spaced-comment": "off",
"strict": "error", "strict": "error",
"unicorn/no-array-for-each": "off", "unicorn/no-array-for-each": "off",
"unicorn/no-array-method-this-argument": "off", "unicorn/no-array-method-this-argument": "off",