Skip to content

Commit

Permalink
feat: disable jsdoc/check-indentation (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov committed Dec 13, 2022
1 parent 5347ff6 commit 6b94e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -179,7 +179,7 @@ module.exports = {
'jsdoc/require-jsdoc': 'off',
'jsdoc/require-param': 'off',
'jsdoc/no-bad-blocks': 'error',
'jsdoc/check-indentation': 'error',
'jsdoc/check-indentation': 'off',
'jsdoc/check-tag-names': [
'error',
{
Expand Down

0 comments on commit 6b94e39

Please sign in to comment.