Add eslint as a DevDependency, replace yarn.lock to comply with pinned versions

This commit is contained in:
Iván Sánchez Ortega
2017-08-28 14:47:16 +02:00
parent 6377bccb0d
commit 9dfda14d4d
2 changed files with 1046 additions and 410 deletions

View File

@ -7,6 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/.bin/gobble build -f dist/",
"build": "node_modules/.bin/gobble build -f dist/",
"lint": "eslint src",
"lintfix": "eslint --fix src",
"start": "node_modules/.bin/gobble"
},
"keywords": [
@ -28,6 +30,7 @@
"url": "https://github.com/IvanSanchez/Leaflet.VectorGrid/issues"
},
"devDependencies": {
"eslint": "^4.5.0",
"geojson-vt": "=2.2.0",
"gobble": "=0.11.3",
"gobble-cli": "=0.7.0",

1453
yarn.lock

File diff suppressed because it is too large Load Diff