mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-13 13:29:25 +01:00
Disable a few rules for now.
This commit is contained in:
parent
46c037410b
commit
5bcd6a29cd
@ -26,6 +26,8 @@
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"new-cap": "off",
|
||||
"no-mixed-operators": "off",
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
@ -41,7 +43,11 @@
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"unicorn/explicit-length-check": "off",
|
||||
"unicorn/filename-case": "off",
|
||||
"unicorn/no-unused-properties": "error"
|
||||
"unicorn/import-index": "off",
|
||||
"unicorn/no-unused-properties": "error",
|
||||
"unicorn/prefer-node-append": "off",
|
||||
"unicorn/prefer-query-selector": "off"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"no-new": "off",
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
|
Loading…
x
Reference in New Issue
Block a user