AdguardTeam / AdguardTeam/AGLint

Move AGLint comment parser into the AGLint codebase

Aberta
#243 1 comentário 0 reações 1 responsável Atribuída a @jellizaveta Ver no GitHub
Priority: P4 Version: AGLint v4.1
Linguagem predominante
TypeScript
Estrelas
71
Forks
4
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Currently, AGTree is able to parse AGLint comments. However, for this, AGTree requires an external library, json5, to parse configuration objects, such as this:

```adblock
! aglint "rule-1": ["warn", { "option1": "value1" }], "rule-2": "off"
```

I suggest that, for the optimal operation of AGTree, we move this logic into AGLint, as it is only relevant there.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.