Skip to content

Commit 81b92a9

Browse files
committed
Enable escape-case and no-hex-escape rule
They were previously disabled in b892525
1 parent 6042cce commit 81b92a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ module.exports = {
2121
'unicorn/no-process-exit': 'error',
2222
'unicorn/throw-new-error': 'error',
2323
'unicorn/number-literal-case': 'error',
24-
'unicorn/escape-case': 'off',
24+
'unicorn/escape-case': 'error',
2525
'unicorn/no-array-instanceof': 'error',
2626
'unicorn/no-new-buffer': 'error',
27-
'unicorn/no-hex-escape': 'off',
27+
'unicorn/no-hex-escape': 'error',
2828
'unicorn/custom-error-definition': 'error',
2929
'unicorn/prefer-starts-ends-with': 'error',
3030
'unicorn/prefer-type-error': 'error',

0 commit comments

Comments
 (0)