symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 199 forks source link

Migrate to eslint-plugin-jsdoc #1311

Closed stof closed 2 months ago

stof commented 2 months ago

The deprecated valid-jsdoc rule of eslint does not support using typescript syntax for types, while it allows being more precise about types in a much more readable way than using the older jsdoc syntax with separate typedef or callback definitions. The plugin also implements more rules than what valid-jsdoc does.

This prepares reviving https://github.com/symfony/webpack-encore/pull/818