eslint: Turn off prefer-destructuring
This commit is contained in:
parent
a10a6bdfa2
commit
61e598552e
@ -37,3 +37,4 @@ rules:
|
|||||||
no-warning-comments: "off"
|
no-warning-comments: "off"
|
||||||
max-len: ["error", {"ignoreUrls": true}]
|
max-len: ["error", {"ignoreUrls": true}]
|
||||||
capitalized-comments: "off"
|
capitalized-comments: "off"
|
||||||
|
prefer-destructuring: "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user