Closed sjbarag closed 3 years ago
Comment nodes are handy for non-executing tooling, and allow tools like eslint to automatically ignore rules based on specific directives. Emit eslint-compliant comment nodes from the lexer for consumption by external tools.
eslint
Comment nodes are handy for non-executing tooling, and allow tools like
eslint
to automatically ignore rules based on specific directives. Emiteslint
-compliant comment nodes from the lexer for consumption by external tools.