Skip to content

Commit

Permalink
fix: Add eslint env to main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth committed Feb 11, 2020
1 parent adeea74 commit 155f267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/commands/create-server/templates/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-env browser */
/* eslint-disable no-console */
/**
* Example WebSocket code
Expand Down
1 change: 1 addition & 0 deletions src/commands/create-server/templates/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-env browser */
/* eslint-disable no-console */
/**
* Example WebSocket code
Expand Down

0 comments on commit 155f267

Please sign in to comment.