themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
739 stars 117 forks source link

Refactor make linting more strict #231

Closed Sqrcz closed 10 months ago

Sqrcz commented 11 months ago

OK, here is the rest of the library refactored in the same way as in the first part (last merge)

Sqrcz commented 11 months ago

apart from conflicts ;)

the only two things left are warnings (not errors) related to styles being not scoped... which we need few times.

so we went from this:

3570 problems (1490 errors, 2080 warnings)
1452 errors and 1425 warnings potentially fixable with the `--fix` option.

to this:

2 problems (0 errors, 2 warnings)

:)