This plugin is for x purpose.
Name | Description | |
---|---|---|
✅ | recommended |
These rules are recommended for everyone. |
🎨 | stylistic |
These rules are more about code style than bugs. |
⌨️ | typescript |
These are good rules to use with TypeScript. |
💼 Configurations enabled in.
🚫 Configurations disabled in.
✅ Set in the recommended
configuration.
🎨 Set in the stylistic
configuration.
⌨️ Set in the typescript
configuration.
🔧 Automatically fixable by the --fix
CLI option.
💡 Manually fixable by editor suggestions.
⚙️ Has configuration options.
💭 Requires type information.
🗂️ The type of rule.
❗ Identifies problems that could cause errors or unexpected behavior.
📖 Identifies potential improvements.
📏 Focuses on code formatting.
❌ Deprecated.
Name | Description | 💼 | 🚫 | 🔧 | 💡 | ⚙️ | 💭 | 🗂️ | ❌ | |
---|---|---|---|---|---|---|---|---|---|---|
no-foo | disallow using foo | ✅ | 🔧 | ⚙️ | 💭 | ❗ | ||||
prefer-bar | enforce using bar | ✅ | 🎨 | 💡 | 💭 | 📖 | ||||
require-baz | require using baz | ⌨️ | 🔧 | 📏 | ❌ |