Disable ESlint on no-return-assign and temporary for arrow-body-style
This commit is contained in:
parent
2970d14dd9
commit
4aef395e49
3 changed files with 9 additions and 6 deletions
|
|
@ -69,7 +69,6 @@
|
|||
"no-param-reassign": "off",
|
||||
"no-proto": "error",
|
||||
"no-restricted-properties": "error",
|
||||
"no-return-assign": "error",
|
||||
"no-return-await": "error",
|
||||
"no-script-url": "error",
|
||||
"no-self-compare": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue