Skip to content

Commit

Permalink
feat: ✨ add check-alignment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Jan 18, 2021
1 parent a03beb7 commit de1875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/jsdoc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
plugins: ["jsdoc"],
rules: {
"jsdoc/check-access": "warn",
"jsdoc/check-alignment": "warn",
"jsdoc/check-alignment": ["warn", "always"],
"jsdoc/check-examples": [
"warn",
{
Expand Down

0 comments on commit de1875a

Please sign in to comment.