Skip to content

Make use of ignorePatterns #53

@ThisIsMissEm

Description

@ThisIsMissEm
  // ESLint will try to parse these files using TypeScript,
  // but since they're not part of the project, it will complain
  // about them not being listed in tsconfig.json:
  ignorePatterns: [".eslintrc.js", "playwright.config.ts"],

Might be worth doing this in core, instead of via .eslintignore which is where it's done in other repos.

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