UNPKG

map-promisified

Version:

Wrapper for Mapbox Gl JS library that gives nice Promise-based API to asynchronous map functions

23 lines (22 loc) 526 B
{ "defaultSeverity": "warning", "extends": [ "tslint:recommended" ], "linterOptions": { "exclude": [ "node_modules/**" ] }, "rules": { "quotemark": [true, "single"], "indent": [true, "spaces", 2], "interface-name": false, "ordered-imports": false, "object-literal-sort-keys": false, "no-consecutive-blank-lines": false, "trailing-comma": [true, {"multiline": "never", "singleline": "never"}], "semicolon": [true, "never"], "max-line-length": [true, 180] } }