Skip to content

Commit

Permalink
fix(jsdoc/check-indentation): disable jsdoc/check-indentation rule
Browse files Browse the repository at this point in the history
This rule doesn't work very well with Markdown and just ends up being a nuisance.
  • Loading branch information
djcsdy committed Sep 5, 2020
1 parent e358f68 commit 70a7a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const config: Linter.Config = {
],
"import/order": "error",
"jsdoc/check-alignment": "error",
"jsdoc/check-indentation": "error",
"jsdoc/check-indentation": "off",
"jsdoc/newline-after-description": "error",
"jsdoc/no-types": "error",
"max-classes-per-file": "off",
Expand Down

0 comments on commit 70a7a4a

Please sign in to comment.