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 not support rules that require type information or TypeScript syntax that need transformation like enums, namespaces, decorators. Use it with caution.When using this approach, the auto-fix may not work properly, it is recommended to use https://github.com/chiefmikey/eslint-plugin-disable-autofix to disable any problematic auto-fix without turning off the rule.