Skip to content

Linter should warn if 'let'/'const' and 'var' are used in the same file. #1881

Open
@shicks

Description

@shicks

The following should generate a linter warning:

let foo = 1;
var bar = 2;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions