Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

add rule for undefined variables #2

Closed
wants to merge 1 commit into from
Closed

add rule for undefined variables #2

wants to merge 1 commit into from

Conversation

jeetiss
Copy link

@jeetiss jeetiss commented Jun 25, 2018

this code should fire warnings on linting

var a = someFunction();
b = 10;

@nd0ut
Copy link
Member

nd0ut commented Jul 11, 2018

@jeetiss
It seems @Zmoki did not notice your PR.

Anyway we're going to update those rules at #3 and we will be glad for any suggestions. no-undef is already here.

@jeetiss jeetiss closed this Aug 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants