AdguardTeam / AdguardTeam/AGLint

Add a new rule to check for Extended CSS usage without the correct separator

オープン
#193 コメント 5 件 リアクション 0 件 担当者 1 名 @jellizaveta に割り当て済み GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。