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

Docs: Update Known Issues section of README #440

Merged
merged 1 commit into from
Feb 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ If you use a non-supported version of TypeScript, the parser will log a warning
## Known Issues

The following ESLint rules will fail on acceptable code:
- no-undef [#77](https://github.com/eslint/typescript-eslint-parser/issues/77)
- no-unused-vars [#77](https://github.com/eslint/typescript-eslint-parser/issues/77)
- no-useless-constructor [#77](https://github.com/eslint/typescript-eslint-parser/issues/77)
- no-undef [#416](https://github.com/eslint/typescript-eslint-parser/issues/416)

The follow ESLint plugins have issues when used with this parser:
- eslint-plugin-import
Expand Down