mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
ESLint: disable spaced-comment rule
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"spaced-comment": "off",
|
||||
"strict": "error",
|
||||
"unicorn/no-array-for-each": "off",
|
||||
"unicorn/no-array-method-this-argument": "off",
|
||||
|
||||
Reference in New Issue
Block a user