https://github.com/oliverspeir/astro-starter
https://github.com/oliverspeir/astro-starter
astro eslint prettier typescript-eslint
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverspeir/astro-starter
- Owner: OliverSpeir
- Created: 2023-12-15T07:05:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T01:53:06.000Z (about 1 year ago)
- Last Synced: 2025-04-29T02:54:58.913Z (about 1 year ago)
- Topics: astro, eslint, prettier, typescript-eslint
- Language: Astro
- Homepage: https://astro-starter-34w.pages.dev/
- Size: 3.35 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Starter for Astro
- Opinionated unstyled starter for Astro meant to cover the "plumbing" and linting/formatting
- Prettier and eslint with [typescript-eslint](https://typescript-eslint.io) using the optional [`config(...)` helper fucntion](https://typescript-eslint.io/packages/typescript-eslint#config)
- Paginated blog with tags using content collections
- Custom minimal tailwind base
- Handles themes without FOUC and provides toggles
- Most code is stolen from [@Princesseuh](https://github.com/Princesseuh)