Skip to content

Commit 043cca0

Browse files
committed
refactor: disable unused labels linting rule
1 parent 6a7cf3b commit 043cca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/eslint-config.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ module.exports = {
8686
'@typescript-eslint/no-non-null-assertion': 'off',
8787
'@typescript-eslint/consistent-type-definitions': 'off',
8888
'no-throw-literal': 'off',
89+
'no-unused-labels': 'off',
8990
'require-jsdoc': 'off',
9091
'valid-jsdoc': 'off',
9192
},

0 commit comments

Comments
 (0)