Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
598 stars 194 forks source link

Add eslint config #114

Closed perliedman closed 7 years ago

perliedman commented 7 years ago

Very basic so far, but at least stops my editor from complaining about imports etc.

IvanSanchez commented 7 years ago

LGTM. In these cases I always miss having a npm lint and npm lintfix scripts.