New tip: setup eslint
florian-lefebvre opened this issue · 2 comments
florian-lefebvre commented
New tip: setup eslint
OliverSpeir commented
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
florian-lefebvre commented
oooh interesting!