From 154a49b7ccbac4404aa56694879cedf0009431cc Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 27 Jun 2018 12:20:51 -0400 Subject: [PATCH] Upgrade to eslint v5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0c603ba9..f81a266f4 100644 --- a/package.json +++ b/package.json @@ -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",