Metadata
- Source
- FLUID-6548
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2020-09-10T16:07:35.696-0400 - Updated
2024-07-22T10:35:33.455-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Infrastructure
Description
The valid-jsdoc rules were deprecated from eslint in v5.10.0. We should remove them from the eslint-config-fluid to prevent warnings or errors from those using the community config with newer versions of eslint.
see: https://eslint.org/docs/rules/valid-jsdoc
As an alternative we can recommend using eslint-plugin-jsdoc and provide a default configuration file to mixin for it.
see: https://eslint.org/docs/developer-guide/shareable-configs
Comments
-
Justin Obara commented
2020-09-16T09:59:52.152-0400 Comparison of deprecated valid-jsdoc rules compared to the eslint-plugin-config.