Skip to content

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

Open
claytoncollie wants to merge 1 commit intofix/eslint-action-setupfrom
fix/eslint-ignore-dist
Open

Add .eslintignore to replace CI-only ignore flags#218
claytoncollie wants to merge 1 commit intofix/eslint-action-setupfrom
fix/eslint-ignore-dist

Conversation

@claytoncollie
Copy link
Contributor

@claytoncollie claytoncollie commented Feb 27, 2026

  • 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>
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