UNPKG

georaster

Version:

Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG, and PNG that provides a standard interface

14 lines 299 B
module.exports = { "extends": "google", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "rules": { "arrow-parens": "off", "guard-for-in": "off", "require-jsdoc": "off", "max-len": "off", "one-var": "off" } };