Plugin: operability
Rules
All ESLint rules provided by eslint-plugin-operability
6 Rules Available
Operational excellence and deployment readiness.
All Rules
Legend: Type-unaware Type-awareRecommendedFixableSuggestionsWarns
| Rule | 🧠 | 💼 | 🔧 | 💡 | ⚠️ | Docs |
|---|---|---|---|---|---|---|
| no-console-log Disallow console.log with configurable remediation strategies and LLM-optimized output. This rule is part of eslint-plugin-operability and provides 4 auto-f | 🟢 | |||||
| no-debug-code-in-production Detects debug code that should not be present in production builds. | 🟢 | |||||
| no-process-exit Prevents direct process.exit() calls to encourage graceful shutdown patterns. This rule is part of eslint-plugin-operability. | 🟢 | |||||
| no-verbose-error-messages Prevent exposing stack traces to users in API responses | 🟢 | |||||
| require-code-minification Require minification configuration in build tools | 🟢 | |||||
| require-data-minimization Identifies excessive data collection patterns that violate privacy principles | 🟢 |
Showing 6 of 6 rules