Skip to content

Commit

Permalink
feat(eslint-config): pulling in eslint-plugin-try-catch-failsafe (#870
Browse files Browse the repository at this point in the history
)
  • Loading branch information
erunion authored Aug 1, 2024
1 parent b7746d2 commit 05fc637
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
'plugin:eslint-comments/recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:try-catch-failsafe/default',
'plugin:you-dont-need-lodash-underscore/compatible',
'prettier',
],
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"eslint-plugin-readme": "file:../eslint-plugin",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-try-catch-failsafe": "^0.1.4",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
Expand Down

0 comments on commit 05fc637

Please sign in to comment.