Skip to content

ESLint config for cypress overrides glob syntax might be wrong #169

@segevfiner

Description

@segevfiner

: ['cypress/e2e/**.{cy,spec}.{js,ts,jsx,tsx}'],

This might actually need to be:

['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}'], 

I had this not match files recursively in a different project when not doing this like that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions