Skip to content

Commit

Permalink
refactor: disable unused labels linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 10, 2024
1 parent 6a7cf3b commit 043cca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/eslint-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/consistent-type-definitions': 'off',
'no-throw-literal': 'off',
'no-unused-labels': 'off',
'require-jsdoc': 'off',
'valid-jsdoc': 'off',
},
Expand Down

0 comments on commit 043cca0

Please sign in to comment.