Disable new ESLint rule logical-assignment-operators from previous commit because "||=" syntax is not supported by Node 14.

This commit is contained in:
David Anson 2022-09-30 04:14:35 +00:00
parent abc1338abe
commit eb05bac07d

View file

@ -71,6 +71,7 @@
"id-length": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"linebreak-style": "off",
"logical-assignment-operators": "off",
"max-depth": "off",
"max-lines": "off",
"max-lines-per-function": "off",