devatherock / minify-js

Minify html, javascript and css files.
https://github.com/marketplace/actions/html-css-js-minifier
MIT License
10 stars 2 forks source link

Address Codacy violations in Javascript code #16

Closed devatherock closed 9 months ago

devatherock commented 9 months ago

Most of the violations are about missing semicolons and the need to use double quotes for strings. But the standard linter does the opposite - removes semicolons, replaces double quoted strings with single quotes - hence these are impossible to address