You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
> <h1>Help Wanted!</h1>
2
+
> If you're familiar with TypeScript and ESLint, and you'd like to see this project progress, please consider contributing. We need people with a good knowledge of TypeScript to ensure that the integration with the ESLint ecosystem is useful.
3
+
1
4
# TypeScript ESLint Parser
2
5
3
6
An ESLint custom parser which leverages [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree) to allow for ESLint to lint TypeScript source code.
@@ -37,10 +40,6 @@ If you use a non-supported version of TypeScript, the parser will log a warning
37
40
38
41
**Please ensure that you are using a supported version before submitting any issues/bug reports.**
39
42
40
-
## Help Wanted!
41
-
42
-
If you're familiar with TypeScript and ESLint, and you'd like to see this project progress, please consider contributing. We need people with a good knowledge of TypeScript to ensure this parser is useful.
43
-
44
43
## Reporting Issues
45
44
46
45
Please **do not report parsing/AST issues in this repo**, report them directly to [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree).
0 commit comments