Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.98 KB

File metadata and controls

43 lines (33 loc) · 1.98 KB

eslint-plugin-test

This plugin is for x purpose.

Configs

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.

Rules

💼 Configurations enabled in.
⚠️ Configurations set to warn 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 ⌨️ 🔧 📏