Skip to content

Commit

Permalink
updated .eslintrc by adding 'chrome' and 'WebSocket' as globals
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantPawar committed Jan 6, 2017
1 parent 828cc74 commit 9802cd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"extends": "airbnb-base",
"plugins": [
"import"
]
}
],
"globals": {
"chrome": true,
"WebSocket": true
}
}

0 comments on commit 9802cd7

Please sign in to comment.