Skip to content

Commit

Permalink
Merge pull request ezsystems#38 from ezsystems/ezp-27507_eslint_4
Browse files Browse the repository at this point in the history
EZP-27507: Upgrade ESLint to 4.x
  • Loading branch information
dpobel committed Aug 24, 2017
2 parents 3f609bf + b84d52e commit ba789cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/ez-browse.js
Expand Up @@ -17,9 +17,9 @@

static get properties() {
return {
/**
* The selected location id which will determine the starting location id of the UDW.
*/
/**
* The selected location id which will determine the starting location id of the UDW.
*/
'selectedLocationId': {
type: Number,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"test": "test"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint": "^4.0",
"polymer-cli": "^1.0.0",
"web-component-tester": "^6.0.0"
},
Expand Down

0 comments on commit ba789cb

Please sign in to comment.