AdguardTeam / AGLint

Universal adblock filter list linter
https://www.npmjs.com/package/@adguard/aglint
MIT License
51 stars 3 forks source link

Add a new rule for validating Extended CSS pseudo classes #216

Open scripthunter7 opened 2 months ago

scripthunter7 commented 2 months ago

Extended CSS pseudo classes are mostly syntactically validated, so I recommend adding a linter rule that handles all edge cases, e.g validate value of :matches-css, :xpath or validate where xpath used (for example, nested), etc.