Skip to content

Commit e608f70

Browse files
author
Kent C. Dodds
committed
chore: no-useless-catch is broken
1 parent ad1826e commit e608f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"import/no-dynamic-require": "off",
9999
"import/no-unassigned-import": "off",
100100
"no-console": "off",
101-
"no-nested-ternary": "off"
101+
"no-nested-ternary": "off",
102+
"no-useless-catch": "off"
102103
}
103104
},
104105
"eslintIgnore": [

0 commit comments

Comments
 (0)