Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blocks: Remove
require-jsdoc
eslint rule (#251)
Adding valid jsdoc comments to components (and each method in each component) is more noise than benefit. These are usually overly-generic and the components are just as understandable without them. We can trust a developer's best judgement for whether a function needs documentation, and the `valid-jsdoc` rule will still kick in to check the formatting.
- Loading branch information