Skip to content

Commit 6b94e39

Browse files
feat: disable jsdoc/check-indentation (#265)
1 parent 5347ff6 commit 6b94e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = {
179179
'jsdoc/require-jsdoc': 'off',
180180
'jsdoc/require-param': 'off',
181181
'jsdoc/no-bad-blocks': 'error',
182-
'jsdoc/check-indentation': 'error',
182+
'jsdoc/check-indentation': 'off',
183183
'jsdoc/check-tag-names': [
184184
'error',
185185
{

0 commit comments

Comments
 (0)