AdguardTeam / AdguardTeam/AGLint
Add linter rule for checking rule syntax
Open
Priority: P4
T: Linter rule
- Dominant language
- TypeScript
- Stars
- 70
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we want only some syntax types in our repo, so we need some linter rule to check rules matches with a syntax
e.g.
```
adblock-syntax:
- preferred:
- AdGuard
```
this way AGLint should report all non AdGuard rules and should offer conversion as autofix
Contributor guide
Assessment
This issue has not been assessed yet.