Closed
Description
Original issue tracked in #864
This issue still occurs in Intellij on the latest version 2.4.0 (https://github.com/typescript-eslint/typescript-eslint/releases/tag/v2.4.0) (which includes PR #973). The original reproduction steps apply: Create a new file or rename an existing one and Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
is thrown:
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: foo.ts
The file must be included in at least one of the projects provided.
Versions
package | version |
---|---|
@typescript-eslint/parser |
2.4.0 |
TypeScript |
3.6.4 |
ESLint |
6.5.1 |
node |
11.10.1 |