Skip to content

Commit

Permalink
Add shopCoord global var for linter - ref #51
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshhelper committed May 3, 2017
1 parent 1877621 commit c1bf012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "airbnb",
"rules": {
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}]
},
"globals": {
"shopCoordinates": true
}
}

0 comments on commit c1bf012

Please sign in to comment.