Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
feat(documentation): remove require-jsdoc rule from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 5, 2019
1 parent fb76cc8 commit 3063d2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@ module.exports = {
customTags: ['remarks']
}
}
}
},
overrides: [
{
files: ['*.test.{js,ts}'],
rules: {
'require-jsdoc': 0
}
}
]
};

0 comments on commit 3063d2b

Please sign in to comment.