--- ruleName: no-debugger description: Disallows `debugger` statements. rationale: 'In general, `debugger` statements aren''t appropriate for production code.' optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: no-debugger' ---