0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52: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"
],
"new-cap": "off",
"no-mixed-operators": "error",
"object-curly-spacing": [
"error",
"always"
],
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"semi": [
"error",
"never"