Skip to content

Parsing error #107

@Makvagabo

Description

@Makvagabo

Возникает ошибка при проверке линтером файлов для 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

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions