mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Disable a few rules for now.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"new-cap": "off",
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
@@ -52,6 +53,8 @@
|
||||
],
|
||||
"strict": "error",
|
||||
"unicorn/filename-case": "off",
|
||||
"unicorn/no-unused-properties": "error"
|
||||
"unicorn/no-unused-properties": "error",
|
||||
"unicorn/prefer-node-append": "off",
|
||||
"unicorn/prefer-query-selector": "off"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user