Closed
Description
Description
We are using some JS libs in our modules that are minified.
And sometimes it's not possible to fix issues caused by sniffer's rules.
Now we have to add ignore annotation to each minified file, which is not good.
So I propose to exclude minified JS files in the rule.
Expected behaviour
Minified JS files are ignored.
Benefits
It will allow using any of minified libraries without editing them.