--- ruleName: only-arrow-functions description: Disallows traditional (non-arrow) function expressions. rationale: 'Traditional functions don''t bind lexical scope, which can lead to unexpected behavior when accessing ''this''.' optionsDescription: Not configurable. options: null optionExamples: - 'true' type: typescript optionsJSON: 'null' layout: rule title: 'Rule: only-arrow-functions' ---