Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: tsExample/src/pages/FormAdvancedForm/model.ts.
The file must be included in at least one of the projects provided.eslint
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: typings.d.ts.
The file must be included in at least one of the projects provided.
你可以在 .eslintignore
文件中添加以上文件,忽略检查
# .eslintignore
# dependencies
node_modules
**/node_modules/**
model.ts
typings.d.ts
参看:https://github.com/typescript-eslint/typescript-eslint/issues/1723