You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
deps: @eslint/css^0.9.0 → ~0.14.1 (5 new recommended rules, css/no-parsing-errors removed)
deps: Added tailwind-csstree~0.1.4 for Tailwind v4 syntax definitions (replaces local tailwind-v4-syntax.ts)
css: css/use-baseline set to ['error', { allowSelectors: ['nesting'] }] — CSS nesting is widely supported across all major browsers
deps: Updated eslint-plugin-tsdoc to ^0.5.2
deps: Updated pnpm to >= 10.30.3
nuxt: Re-enabled CSS linting — disabled since v0.7.4, now safe with @nuxt/eslint v1.15.2 scoping tooling plugins to JS/TS/Vue
Removed
css: Deleted tailwind-v4-syntax.ts — all Tailwind v4 at-rules now provided by tailwind-csstree. Only @tailwind (legacy v3) remains as a local extension.