Disable a few rules for now.
This commit is contained in:
parent
46c037410b
commit
5bcd6a29cd
3 changed files with 12 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue