--- ruleName: no-var-keyword description: Disallows usage of the `var` keyword. descriptionDetails: Use `let` or `const` instead. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: no-var-keyword' ---