Skip to content

Commit 70c66c2

Browse files
committed
Disable the catch-error-name in the default config
Until we can fix #107
1 parent cba8dd9 commit 70c66c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
sourceType: 'module'
1515
},
1616
rules: {
17-
'unicorn/catch-error-name': ['error', {name: 'err'}],
17+
'unicorn/catch-error-name': ['off', {name: 'err'}],
1818
'unicorn/explicit-length-check': 'error',
1919
'unicorn/filename-case': ['error', {case: 'kebabCase'}],
2020
'unicorn/no-abusive-eslint-disable': 'error',

0 commit comments

Comments
 (0)