Skip to content

Commit

Permalink
Opt out of new ESLint rule unicorn/prefer-string-raw.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed May 14, 2024
1 parent 45b2ba1 commit 626b637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default [

"unicorn/no-null": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prevent-abbreviations": "off"
}
Expand Down

0 comments on commit 626b637

Please sign in to comment.