From d5a38d3e503b1caa9d130b2b2628baa1d0efc081 Mon Sep 17 00:00:00 2001 From: Kepler Sticka-Jones Date: Wed, 31 Jan 2018 10:01:44 -0700 Subject: [PATCH] Update Known Issues section of README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 85a9331..4cdb249 100644 --- a/README.md +++ b/README.md @@ -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