Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Re-enable lint step in CI workflow (was commented out)
  • Add lint to "all" npm script for consistency with other GHA repos
  • Downgrade eslint from 9.x to 8.x for yaml config compatibility
  • Remove eslint.config.js flat config in favor of existing .eslintrc.yml
  • Add .eslintignore for proper file exclusions

Changes

  • .github/workflows/ci.yml - Uncommented lint step
  • package.json - Added lint to "all" script, downgraded eslint to ^8.0.1
  • .eslintignore - New file for eslint exclusions
  • eslint.config.js - Deleted (was incompatible with yaml config)

- Uncomment lint step in ci.yml
- Add lint to "all" npm script
- Downgrade eslint from 9.x to 8.x for yaml config compatibility
- Remove eslint.config.js (flat config) in favor of .eslintrc.yml
- Add .eslintignore for proper file exclusions
@CalvinAllen CalvinAllen merged commit 3952d8e into main Jan 4, 2026
2 of 4 checks passed
@CalvinAllen CalvinAllen deleted the fix/ci/enable-linting branch January 4, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants