Skip to content

Commit

Permalink
fixed .eslintrc by adding 'URL' in globals
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantPawar committed Mar 4, 2017
1 parent d5343d7 commit 8d7dded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"globals": {
"chrome": true,
"URL": true,
"WebSocket": true
},
"parserOptions": {
Expand Down

0 comments on commit 8d7dded

Please sign in to comment.