AdguardTeam / AdguardTeam/AGLint

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

未關閉
#193 5 則留言 0 個 reaction 已指派 1 人 已指派給 @jellizaveta 在 GitHub 檢視
feature request Priority: P4 Status: Code Review T: Linter rule
主要語言
TypeScript
星號
71
分支
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 摘要。