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

Remove useless eslint disabling comments #1315

Closed stof closed 2 months ago

stof commented 2 months ago

Those lines don't report such error.

stof commented 2 months ago

Should I addthe --report-unused-disable-directives flag in the lint script in our package.json ?

Kocal commented 2 months ago

Should I add the --report-unused-disable-directives flag in the lint script in our package.json ?

Yes please, it would help to remove useless directives.

Kocal commented 2 months ago

Thanks @stof, I've added the flag to the lint npm script.