- **CSS**: Implement smart rule filtering system for CSS files
- Replace hardcoded plugin lists with configurable system
- Support per-plugin rule configuration with keep/disable sets
- Add Tailwind CSS v4 compatibility rules
- Properly filter ~280 JavaScript-specific rules for CSS files
- **JSON**: Allow comments in VSCode configuration files
- Disable jsonc/no-comments rule for .vscode/*.json files
- Enables developers to document their IDE settings
- **CSS**: Explicitly configure all unknown rules to eliminate warnings
- Added configuration for 15 JavaScript-specific rules
- Ensures clean, warning-free builds
- **Markdown**: Set explicit 2-space indentation for MD007 rule
- Fixes inconsistent indentation behavior (was varying between 2-4 spaces)
- Dynamic warning system for unknown plugins/rules
- Pattern-based rule matching for better flexibility
- Proper separation between JavaScript and CSS linting concerns
Signed-off-by: Alejandro Mery <amery@apptly.co>