We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0249167 commit 605c911Copy full SHA for 605c911
eslint.config.mjs
@@ -25,6 +25,7 @@ export default [...compat.extends('google'), {
25
26
rules: {
27
'array-bracket-spacing': 'error',
28
+ 'valid-jsdoc': 'off',
29
'block-scoped-var': 'error',
30
'block-spacing': 'error',
31
'brace-style': 'error',
0 commit comments