mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
.eslintrc.json: Remove a couple of default rules.
This commit is contained in:
parent
90c5de151b
commit
84861ceadb
1 changed files with 0 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue