Rule: no-var-keyword
Disallows usage of the var
keyword.
Use let
or const
instead.
Config
Not configurable.
Examples
"no-var-keyword": true
Schema
null
Disallows usage of the var
keyword.
Use let
or const
instead.
Not configurable.
"no-var-keyword": true
null