Skip to content

Commit

Permalink
ci: replace stylelint with biome
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Jun 23, 2024
1 parent bc64a66 commit 2a10c7d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 554 deletions.
3 changes: 0 additions & 3 deletions .stylelintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ See [LICENSE](LICENSE) for more information.

- [r/personalfinance](https://www.reddit.com/r/personalfinance/wiki/budgeting/)
- [Biome](https://biomejs.dev/)
- [Stylelint](https://stylelint.io/)
- [go-semantic-release](https://github.com/go-semantic-release/semantic-release)
- [testing-library](https://github.com/testing-library)
- [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa)
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"autoprefixer": "10.4.19",
"console-fail-test": "0.2.3",
"jsdom": "24.1.0",
"stylelint": "16.4.0",
"stylelint-config-standard": "36.0.0",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-biome": "1.0.10",
Expand All @@ -69,7 +67,7 @@
"e2e:mobile": "playwright test --reporter=list --project 'Mobile Chrome'",
"e2e:mobile:ui": "playwright test --ui --project 'Mobile Chrome'",
"e2e:ui": "playwright test --ui --project chromium",
"lint": "pnpm biome check --fix \u0026\u0026 pnpm stylelint src/**/*.css --fix",
"lint": "biome check --fix",
"lint:packages": "pnpm dedupe",
"serve": "vite preview",
"start": "vite",
Expand Down
Loading

0 comments on commit 2a10c7d

Please sign in to comment.