0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00

.eslintrc.json: Remove a couple of default rules.

This commit is contained in:
XhmikosR 2019-09-17 21:34:53 +03:00
parent 90c5de151b
commit 84861ceadb

View File

@ -27,18 +27,10 @@
"always-multiline" "always-multiline"
], ],
"new-cap": "off", "new-cap": "off",
"no-mixed-operators": "error",
"object-curly-spacing": [ "object-curly-spacing": [
"error", "error",
"always" "always"
], ],
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"semi": [ "semi": [
"error", "error",
"never" "never"