You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, AGTree is able to parse AGLint comments. However, for this, AGTree requires an external library, json5, to parse configuration objects, such as this:
Currently, AGTree is able to parse AGLint comments. However, for this, AGTree requires an external library, json5, to parse configuration objects, such as this:
! 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.
The text was updated successfully, but these errors were encountered: