Skip to content

Commit d1579e2

Browse files
committed
docs: update 'TypeScript with alternative parser' page
1 parent af76261 commit d1579e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/content/docs/getting-started/typescript-with-alternative-parser.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: TypeScript with alternative parser
33
description: Getting started with TypeScript + TS Blank Space ESLint Parser setup
44
---
55

6+
<Callout type="warn">The `ts-blank-space-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.</Callout>
7+
8+
<Callout type="warn">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.</Callout>
9+
610
## Install
711

812
```sh copy title="Terminal"

0 commit comments

Comments
 (0)