diff --git a/.eslintrc.js b/.eslintrc.js index ae1c3d564..2fffe1580 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -177,6 +177,7 @@ module.exports = { 'unicorn/prefer-string-replace-all': 'off', // (43 matches) 'unicorn/prefer-string-slice': 'off', // (39 matches) 'unicorn/prefer-string-starts-ends-with': 'off', // (2 matches) + 'unicorn/prefer-string-raw': 'off', // (2 matches) 'unicorn/prefer-ternary': 'off', // (16 matches) 'unicorn/require-array-join-separator': 'off', // (5 matches) 'unicorn/switch-case-braces': 'off', // (161 matches)