mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Disable new ESLint rule logical-assignment-operators from previous commit because "||=" syntax is not supported by Node 14.
This commit is contained in:
parent
abc1338abe
commit
eb05bac07d
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue