Skip to content

Commit 3158732

Browse files
committed
disabled conflicting rule
1 parent 5f67fe9 commit 3158732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
'@typescript-eslint/array-type': ['warn', { default: 'array-simple' }],
2727
'@typescript-eslint/return-await': 'off',
2828
'jsdoc/check-alignment': 'error',
29-
'jsdoc/check-indentation': 'error',
29+
'jsdoc/check-indentation': 'off', // conflict with prettier-plugin-jsdoc
3030
'jsdoc/no-types': 'error',
3131
'tsdoc/syntax': 'error',
3232
'@typescript-eslint/space-before-function-paren': 0,

0 commit comments

Comments
 (0)