Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of ignorePatterns #53

Open
ThisIsMissEm opened this issue Jul 13, 2022 · 0 comments
Open

Make use of ignorePatterns #53

ThisIsMissEm opened this issue Jul 13, 2022 · 0 comments

Comments

@ThisIsMissEm
Copy link
Contributor

  // 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant