AdguardTeam / AdguardTeam/AGLint
Add a new rule to check for Extended CSS usage without the correct separator
オープン
feature request
Priority: P4
Status: Code Review
T: Linter rule
- 主要言語
- TypeScript
- スター
- 70
- フォーク
- 4
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
* `beverfood.com#$#a[href^="/bnlink/?bnid="] { remove: true; }`
`{ remove: true; }` can be used only with `#$?#`
* Warn, if used an extended CSS selector with `##` marker.
`##div:contains(a)`
`##div:has(> table:contains(a))`
Not including `:has()` without not native selectors, like `##div:has(> table)` / `#?#div:has(> table)`.
コントリビューションガイド
評価
この issue はまだ評価されていません。