Skip to content

Add .eslintignore to replace CI-only ignore flags#218

Merged
darylldoyle merged 1 commit into
fix/eslint-action-setupfrom
fix/eslint-ignore-dist
Jun 9, 2026
Merged

Add .eslintignore to replace CI-only ignore flags#218
darylldoyle merged 1 commit into
fix/eslint-action-setupfrom
fix/eslint-ignore-dist

Conversation

@claytoncollie

@claytoncollie claytoncollie commented Feb 27, 2026

Copy link
Copy Markdown
Contributor
  • Adds .eslintignore with dist/, node_modules/, and vendor/ so ESLint ignores build artifacts everywhere — CI, pre-commit hooks, and local npm run lint-js
  • Removes the eslint_flags line from the lint workflow (now redundant), including the --config .eslintrc.js flag that ESLint auto-discovers

Resolves #201
Builds on #202

Move dist/ ignore from the CI workflow flag into a proper .eslintignore
file so the ignore applies everywhere: CI, pre-commit hooks, and local
npm run lint-js. Also removes the unnecessary --config flag since ESLint
auto-discovers .eslintrc.js in the project root.

Resolves #201

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

@fabiankaegy fabiankaegy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense :)

@darylldoyle darylldoyle added this to the 1.18.0 milestone Jun 9, 2026
@darylldoyle
darylldoyle merged commit 7820c62 into fix/eslint-action-setup Jun 9, 2026
@darylldoyle
darylldoyle deleted the fix/eslint-ignore-dist branch June 9, 2026 16:48
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.

3 participants