Understand rule configuration and fixability in eslint-plugin-unicorn
mainRules in eslint-plugin-unicorn are categorized by their configuration settings and how they can be resolved:
- Configurations: Rules are available in the
recommendedandunopinionatedconfigurations. - Automatic Fixes: Many rules are automatically fixable using the ESLint
--fixCLI option. - Manual Fixes: Some rules provide editor suggestions for manual fixing.
- Type Information: Certain rules require TypeScript type information to function correctly.