AdguardTeam / AdguardTeam/AGLint

Move AGLint comment parser into the AGLint codebase

Abierto
#243 1 comentario 0 reacciones 1 asignado Asignado a @jellizaveta Ver en GitHub
Priority: P4 Version: AGLint v4.1
Lenguaje dominante
TypeScript
Estrellas
70
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.