- withoutPlugin utility: New helper function to remove plugins from configs
while preserving all other settings, useful for Nuxt module configurations
- CSS rule filtering: Refactored CSS disable rules logic into a separate
processCSSConfigs helper function for better maintainability
- Nuxt module config: Replaced manual plugin destructuring with the new
withoutPlugin utility for cleaner code
- Test organization: Migrated test files to proper src/ subdirectories
to align with modern project structure
- Updated typescript-eslint monorepo to ^8.35.1
- Updated globals to ^16.3.0