An open API service indexing awesome lists of open source software.

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

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)