Skip to content

Commit

Permalink
chore(lint): remove File and mixpanel from eslintrc globals
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 3, 2016
1 parent ad71c87 commit 0038dd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
},
"globals": {
"module": true,
"require": false,
"mixpanel": false,
"File": false
"require": false
}
}

0 comments on commit 0038dd5

Please sign in to comment.