CaptainCodeman / svelte-headlessui

HeadlessUI components for Svelte
https://captaincodeman.github.io/svelte-headlessui/
MIT License
554 stars 25 forks source link

add eslint #16

Closed thenbe closed 1 year ago

thenbe commented 1 year ago

I'm not really sure if you wanted to add linting, but if you do this might come in handy. As far as strictness goes, it's high up there so feel free to edit where you see fit. Or perhaps you can use it as a reference in CI with a continue-on-error: true.

Run with pnpm run lint.

CaptainCodeman commented 1 year ago

Thanks, this looks very useful.