algolia / eslint-config-algolia

Algolia's ESLint config and prettier instructions for JavaScript projects
MIT License
27 stars 7 forks source link

feat: plugin jsdoc v43 #313

Closed sbellone closed 1 year ago

sbellone commented 1 year ago

jsdoc/newline-after-description was removed in eslint-plugin-jsdoc v42: https://github.com/gajus/eslint-plugin-jsdoc/compare/v41.1.2...v42.0.0

It's replaced by jsdoc/tag-lines

To match the old behaviour, it needs to be configured with:

(spotted because it makes the linting fail in Renderscript: https://github.com/algolia/renderscript/pull/797)

How to test

BREAKING CHANGE: package now depends on eslint-plugin-jsdoc@^43

sbellone commented 1 year ago

Good point! I'll bump the version :+1: