-
Notifications
You must be signed in to change notification settings - Fork 3
Parsing error #107
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Возникает ошибка при проверке линтером файлов для cypress
0:0 error Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: cypress/integration/limits.spec.ts.
The file must be included in at least one of the projects provided
настройка такая:
"devDependencies": {
"arui-presets-lint": "5.3.1",
"arui-scripts": "^9.7.0",
"cypress": "4.12.1",
},
"eslintConfig": {
"extends": "./node_modules/arui-presets-lint/eslint/index.js",
"parserOptions": {
"project": "./tsconfig.json"
},
},
тем не менее ругается.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed