update eslint and prettier

This commit is contained in:
Benjamin Palko 2026-08-11 17:12:52 -04:00
parent 73fdec95ef
commit 060f413336
8 changed files with 260 additions and 377 deletions

View file

@ -53,7 +53,7 @@ Use Tailwind's `@utility` directive to customize a daisyUI component globally:
daisyUI includes the `properties`, `rootcolor`, `scrollbar`, `rootscrolllock`, `rootscrollgutter`, and `svg` base modules. Exclude an unwanted module from the plugin config by its module name:
```css
@plugin "daisyui" {
@plugin 'daisyui' {
exclude: rootscrollgutter;
}
```