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 6042cce commit 81b92a9Copy full SHA for 81b92a9
index.js
@@ -21,10 +21,10 @@ module.exports = {
21
'unicorn/no-process-exit': 'error',
22
'unicorn/throw-new-error': 'error',
23
'unicorn/number-literal-case': 'error',
24
- 'unicorn/escape-case': 'off',
+ 'unicorn/escape-case': 'error',
25
'unicorn/no-array-instanceof': 'error',
26
'unicorn/no-new-buffer': 'error',
27
- 'unicorn/no-hex-escape': 'off',
+ 'unicorn/no-hex-escape': 'error',
28
'unicorn/custom-error-definition': 'error',
29
'unicorn/prefer-starts-ends-with': 'error',
30
'unicorn/prefer-type-error': 'error',
0 commit comments