We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
escape-case
no-hex-escape
1 parent b667096 commit b892525Copy full SHA for b892525
index.js
@@ -20,10 +20,10 @@ module.exports = {
20
'unicorn/no-process-exit': 'error',
21
'unicorn/throw-new-error': 'error',
22
'unicorn/number-literal-case': 'error',
23
- 'unicorn/escape-case': 'error',
+ 'unicorn/escape-case': 'off',
24
'unicorn/no-array-instanceof': 'error',
25
'unicorn/no-new-buffer': 'error',
26
- 'unicorn/no-hex-escape': 'error',
+ 'unicorn/no-hex-escape': 'off',
27
'unicorn/custom-error-definition': 'error',
28
'unicorn/prefer-starts-ends-with': 'error',
29
'unicorn/prefer-type-error': 'error'
0 commit comments