Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 0c76467

Browse files
authored
Docs: Update README with deprecation notice (#602)
* Docs: Update README with deprecation notice * Fix package name Co-Authored-By: nzakas <nicholas@nczconsulting.com>
1 parent 26348b6 commit 0c76467

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

README.md

+2-19
Original file line numberDiff line numberDiff 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
22

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`.
44

55
```diff
66
- typescript-eslint-parser
@@ -9,8 +9,6 @@ The `typescript-eslint-parser` npm package will not receive any future updates,
99

1010
---
1111

12-
# TypeScript ESLint Parser
13-
1412
An ESLint custom parser which leverages [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree) to allow for ESLint to lint TypeScript source code.
1513

1614

@@ -73,17 +71,6 @@ If you use a non-supported version of TypeScript, the parser will log a warning
7371

7472
**Please ensure that you are using a supported version before submitting any issues/bug reports.**
7573

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-
8774
## Integration Tests
8875

8976
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
10693
npm run kill-integration-test-containers
10794
```
10895

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).
112-
11396
## Build Commands
11497

11598
- `npm test` - run all linting and tests

0 commit comments

Comments
 (0)