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
+2-19
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# This project has been moved to the TypeScript ESLint organization -> https://typescript-eslint.io
1
+
# Deprecated: TypeScript ESLint Parser
2
2
3
-
The `typescript-eslint-parser`npm package will not receive any future updates, instead please follow along on the new monorepo, where the project will be released under the name`@typescript-eslint/parser`.
3
+
**Important:** This repository is no longer maintained and `typescript-eslint-parser` will not receive any future updates. There is an actively maintained fork of this project available at https://typescript-eslint.io and published on npm as`@typescript-eslint/parser`.
4
4
5
5
```diff
6
6
- typescript-eslint-parser
@@ -9,8 +9,6 @@ The `typescript-eslint-parser` npm package will not receive any future updates,
9
9
10
10
---
11
11
12
-
# TypeScript ESLint Parser
13
-
14
12
An ESLint custom parser which leverages [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree) to allow for ESLint to lint TypeScript source code.
15
13
16
14
@@ -73,17 +71,6 @@ If you use a non-supported version of TypeScript, the parser will log a warning
73
71
74
72
**Please ensure that you are using a supported version before submitting any issues/bug reports.**
75
73
76
-
## Reporting Issues
77
-
78
-
Please **do not report parsing/AST issues in this repo**, report them directly to [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree).
79
-
80
-
Please check the current list of open and known issues and ensure the issue has not been reported before. When creating a new issue provide as much information about your environment as possible. This includes:
81
-
82
-
- ESLint Version
83
-
- TypeScript version
84
-
- The `typescript-eslint-parser` version
85
-
- ESLint config or rules and plugins currently enabled
86
-
87
74
## Integration Tests
88
75
89
76
We have a very flexible way of running integration tests which connects all of the moving parts of the usage of this parser in the ESLint ecosystem.
@@ -106,10 +93,6 @@ If you ever need to change what gets installed when the docker images are built
106
93
npm run kill-integration-test-containers
107
94
```
108
95
109
-
## Contributing
110
-
111
-
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/typescript-eslint-parser/issues).
0 commit comments