We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd205c9 commit 1706d82Copy full SHA for 1706d82
eslint.config.mjs
@@ -262,18 +262,6 @@ export default [
262
// ESLint recommended rules that we disable.
263
'no-inner-declarations': 'off',
264
265
- // JSDoc recommended rules that we disable.
266
- 'jsdoc/require-jsdoc': 'off',
267
- 'jsdoc/require-param-description': 'off',
268
- 'jsdoc/newline-after-description': 'off',
269
- 'jsdoc/require-returns-description': 'off',
270
- 'jsdoc/valid-types': 'off',
271
- 'jsdoc/no-defaults': 'off',
272
- 'jsdoc/no-undefined-types': 'off',
273
- 'jsdoc/require-param': 'off',
274
- 'jsdoc/check-tag-names': 'off',
275
- 'jsdoc/require-returns': 'off',
276
-
277
// Stylistic rules.
278
'@stylistic/js/arrow-parens': 'error',
279
'@stylistic/js/arrow-spacing': 'error',
0 commit comments