Getting Started
TypeScript with alternative parser
Getting started with TypeScript + TS Blank ESLint Parser setup
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.