AGLint icon indicating copy to clipboard operation
AGLint copied to clipboard

Add new rule for detecting CSS comments

Open scripthunter7 opened this issue 10 months ago • 0 comments
trafficstars

e.g.

#$#body { padding: 0; /* foo */ }
##.ad /* bar */

Suggested rule name: no-css-comments

Can be autofixed

Note:

By default, AGTree is tolerant and will parse these rules. However, we should throw an error for such rules.

Additionally, the extension will discard them too.

scripthunter7 avatar Dec 23 '24 16:12 scripthunter7