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.
catch-error-name
1 parent cba8dd9 commit 70c66c2Copy full SHA for 70c66c2
index.js
@@ -14,7 +14,7 @@ module.exports = {
14
sourceType: 'module'
15
},
16
rules: {
17
- 'unicorn/catch-error-name': ['error', {name: 'err'}],
+ 'unicorn/catch-error-name': ['off', {name: 'err'}],
18
'unicorn/explicit-length-check': 'error',
19
'unicorn/filename-case': ['error', {case: 'kebabCase'}],
20
'unicorn/no-abusive-eslint-disable': 'error',
0 commit comments