astrolicious / astro-tips.dev

The place for content that goes beyond the official docs, for all Astronauts!

Home Page:https://astro-tips.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New tip: setup eslint

florian-lefebvre opened this issue · comments

My opinion for ideal set up:

https://github.com/OliverSpeir/astro-starter/blob/main/.eslintrc.cjs

Make note about :
https://github.com/OliverSpeir/astro-starter/blob/5c1f343c74652ce47994267d28eafb16b583cdfe/.eslintrc.cjs#L36

This assumes that the user will have their project set up where they keep their client side scripts in /src/assets/scripts folder

oooh interesting!