We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7cf3b commit 043cca0Copy full SHA for 043cca0
packages/eslint-config/eslint-config.cjs
@@ -86,6 +86,7 @@ module.exports = {
86
'@typescript-eslint/no-non-null-assertion': 'off',
87
'@typescript-eslint/consistent-type-definitions': 'off',
88
'no-throw-literal': 'off',
89
+ 'no-unused-labels': 'off',
90
'require-jsdoc': 'off',
91
'valid-jsdoc': 'off',
92
},
0 commit comments