mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Upgrade to eslint v5.0.0
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user