Skip to content

Commit

Permalink
fix: disabling try-catch-failsafe/json-parse in our test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 6, 2024
1 parent 4efbc21 commit c6705d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config/testing/common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const config = {
plugins: ['import', 'node'],
rules: {
// A failing `JSON.parse()` will fail the unit test it's in so it's safe to ignore.
'try-catch-failsafe/json-parse': 'off',

'func-names': 'off',

'import/no-extraneous-dependencies': 'off',
Expand Down

0 comments on commit c6705d5

Please sign in to comment.