Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 221 Bytes

no-var-keyword.md

File metadata and controls

11 lines (6 loc) · 221 Bytes

Pattern: Use of var

Issue: -

Description

Disallows usage of the var keyword. Use let or const instead.

Further Reading