Skip to content

Commit

Permalink
Allow empty-catch
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Jun 28, 2023
1 parent a1abda7 commit 3bd2ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/
test/build/
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"es2021": true,
"node": true,
"browser": true
},
"rules": {
"no-empty": ["error", { "allowEmptyCatch": true }]
}
}

0 comments on commit 3bd2ba6

Please sign in to comment.