mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Opt out of new ESLint rule unicorn/prefer-string-raw.
This commit is contained in:
parent
e12f4d4562
commit
815ac10d12
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ export default [
|
|||
"unicorn/no-useless-undefined": "off",
|
||||
"unicorn/prefer-at": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/prefer-string-raw": "off",
|
||||
"unicorn/prefer-string-replace-all": "off",
|
||||
"unicorn/prefer-string-slice": "off",
|
||||
"unicorn/prefer-switch": "off",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue