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 5f67fe9 commit 3158732Copy full SHA for 3158732
.eslintrc.js
@@ -26,7 +26,7 @@ module.exports = {
26
'@typescript-eslint/array-type': ['warn', { default: 'array-simple' }],
27
'@typescript-eslint/return-await': 'off',
28
'jsdoc/check-alignment': 'error',
29
- 'jsdoc/check-indentation': 'error',
+ 'jsdoc/check-indentation': 'off', // conflict with prettier-plugin-jsdoc
30
'jsdoc/no-types': 'error',
31
'tsdoc/syntax': 'error',
32
'@typescript-eslint/space-before-function-paren': 0,
0 commit comments