Skip to content

Commit

Permalink
[cleanup] Remove unnecessary inline JSHint config
Browse files Browse the repository at this point in the history
- Ember is imported below so we don’t need the global 😄
- The `eqnull:true` rule was originally added for
beb2f26
050fd7b but was later added to the `.jshintrc` in
caa2753
3ed8fd7?diff=unified

(cherry picked from commit 67c4bc8)
  • Loading branch information
HeroicEric authored and bmac committed Jan 18, 2016
1 parent f465b23 commit 56991d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addon/-private/system/store.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*globals Ember*/
/*jshint eqnull:true*/

/**
@module ember-data
*/
Expand Down

0 comments on commit 56991d1

Please sign in to comment.