Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 069079a

Browse files
feat(rule): no-catch-shadow has been deprecated
1 parent f812597 commit 069079a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coding-styles/torment.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ module.exports = {
2222
// You think you can get away with uninitialised variables? Hah! Forget it, dude!
2323
'init-declarations': 'warn',
2424

25-
// Disallow Shadowing of Variables Inside of catch
26-
// No. Make up a new variable name.
27-
'no-catch-shadow': 'warn',
28-
2925
// Limit Maximum Number of Statements
3026
// Hit this limit? You are doing it wrong -> refactor!
3127
'max-statements': ['warn', 15],

0 commit comments

Comments
 (0)