ts-blank-eslint-parser
Using ts-blank-eslint-parser as an alternative parser for TypeScript projects
The ts-blank-eslint-parser
is a work in progress and comes with limitations:
- No support for TypeScript syntax that need transformation like enums, namespaces, decorators
- No support for rules that require type information
- No fixable support for types (the types will also be stripped out in the fix output)
Use it only if you are okay with the limitations.