astro-tips.dev
astro-tips.dev copied to clipboard
New tip: setup eslint
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!