- π³πΏNew Zealand quietone
Changing to a different package is an issue for core, so changing project.
- π―π΅Japan tom konda Kanagawa, Japan
tom konda β made their first commit to this issueβs fork.
- π―π΅Japan tom konda Kanagawa, Japan
I try to replace valid-jsdoc rule with eslint-plugin-jsdoc and work well.
The /core/.eslintrc.json file is enabled settings that is written in eslint-plugin-jsdoc's document.Note: Warnings from eslint-plugin-jsdoc much increase than from valid-jsdoc.
- πΊπΈUnited States smustgrave
Seems latest version is 54.1 can we use that one.
If you are another contributor eager to jump in, please allow the previous poster(s) at least 48 hours to respond to feedback first, so they have the opportunity to finish what they started!
- π―π΅Japan tom konda Kanagawa, Japan
I commit eslint-plugin-jsdoc 54.1 but CI is failed because of invalid RegExp flag 'v'.
This error is not occurred Node.js v20.19.3 on my local environment. - πΊπΈUnited States smustgrave
This a new rule from jsdoc that was introduced? Js is not my best
- π―π΅Japan tom konda Kanagawa, Japan
This 'v' flag was introduced ES2024 not jsdoc plugin.
According to MDN document, this v flag works Node.js 20 environment so I suppose run Node.js 18 on CI server but running environment is not logged on pipeline.