ESLint Config Check
Version updated for https://github.com/santi020k/eslint-config-basic to version @santi020k/eslint-config-basic@3.5.1.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action is an ESLint configuration package that provides a lean and flexible setup for JavaScript and TypeScript projects. It automatically detects the project’s environment and framework, offering opt-in features like testing, tools, and libraries. The action minimizes dependencies by keeping only necessary ones, making it easy to manage project sizes and improve security.
What’s Changed
Patch Changes
- #118
355dfcdThanks @santi020k! - Preserve Bun ambient types in config declaration checks, classify semantic-only autofixes with ESLint rule metadata while excluding sorting fixes, and follow local CSS imports declared inside Astro component style blocks.