Skip to content

Commit

Permalink
examples: remove no-undefined rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Apr 8, 2016
1 parent 904bc94 commit 2cbcb02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/bad/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ var a = 10;
new A();
class A {
}

/*eslint no-undefined: "error"*/
if (foo === undefined) {
// Use `typeof foo === 'undefined'` instead.
}

0 comments on commit 2cbcb02

Please # to comment.