Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing no-undef in .eslintrc #454

@BaoDelta

Description

@BaoDelta

I think you should turn this rule on by default.

http://eslint.org/docs/rules/no-undef

This rule can help you locate potential ReferenceErrors resulting from misspellings of variable and parameter names, or accidental implicit globals (for example, from forgetting the var keyword in a for loop initializer).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions