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

ESLint: Remove incorrect ignorePatterns #11

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

philbates35
Copy link
Owner

@philbates35 philbates35 commented Jan 25, 2024

  1. We don't have a dist/ dir (this was copied over from the Vite react-ts starter that does have a dist/ dir by mistake)
  2. Why not include .eslintrc.cjs
  3. We already have an .eslintignore, that should be the source of truth for all things related to file ignoring, there's no point spreading the logic across two files.

1. We don't have a dist/ dir (this was copied over from the Vite
   react-ts starter that does have a dist/ dir by mistake)
2. Why not include .eslintrc.cjs
3. We already have an .eslintignore, that should be the source
   of truth for all things related to file ignoring, there's no
   point spreading the logic across two files.
@philbates35 philbates35 merged commit 8e63991 into main Jan 25, 2024
9 checks passed
@philbates35 philbates35 deleted the fix-eslint-ignore-patterns branch January 25, 2024 08:57
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

Successfully merging this pull request may close these issues.

1 participant