Upgrade to eslint v5.0.0

This commit is contained in:
Bryan Housel
2018-06-27 12:20:51 -04:00
parent 9bb30221dd
commit 154a49b7cc
+2 -2
View File
@@ -24,7 +24,7 @@
"dist:svg:mapillary": "svg-sprite --symbol --symbol-dest . --symbol-sprite dist/img/mapillary-sprite.svg node_modules/mapillary_sprite_source/package_signs/*.svg",
"dist:svg:temaki": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"temaki-%s\" --symbol-sprite dist/img/temaki-sprite.svg node_modules/temaki/icons/*.svg",
"imagery": "node data/update_imagery",
"lint": "eslint *.js js/id test/spec modules",
"lint": "eslint *.js test/spec modules",
"start": "node development_server.js develop",
"test": "npm-run-all -s lint build test:**",
"test:phantom": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
@@ -56,7 +56,7 @@
"d3": "4.13.0",
"ecstatic": "^3.0.0",
"editor-layer-index": "osmlab/editor-layer-index.git#gh-pages",
"eslint": "^4.3.0",
"eslint": "^5.0.0",
"esm": "~3.0.0",
"gaze": "^1.1.1",
"glob": "^7.1.0",