mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
ci 👷: add GitHub Actions workflow for linting and testing
Set up comprehensive CI pipeline with three jobs: - Lint: Runs ESLint and type checking - Test: Executes test suite with Coveralls integration - Build: Verifies package builds correctly The workflow uses pnpm and caches dependencies for faster runs.
This commit is contained in:
parent
d2b62d3995
commit
4df6af76f7
6 changed files with 146 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# @antebudimir/eslint-plugin-vanilla-extract
|
||||
|
||||
[](https://www.npmjs.com/package/@antebudimir/eslint-plugin-vanilla-extract)
|
||||
[](https://www.npmjs.com/package/@antebudimir/eslint-plugin-vanilla-extract) [](https://github.com/antebudimir/eslint-plugin-vanilla-extract/actions/workflows/ci.yml) [](https://coveralls.io/github/antebudimir/eslint-plugin-vanilla-extract?branch=main)
|
||||
|
||||
An ESLint plugin for enforcing best practices in [vanilla-extract](https://github.com/vanilla-extract-css/vanilla-extract) CSS styles, including CSS property ordering and additional linting rules. Available presets are for alphabetical and [concentric](https://rhodesmill.org/brandon/2011/concentric-css/) CSS ordering. The plugin also supports a custom group ordering option based on groups available in [concentric CSS](src/css-rules/concentric-order/concentric-groups.ts).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue