UNPKG

@maptiler/leaflet-maptilersdk

Version:

Vector tiles basemap plugin for Leaflet - multi-lingual basemaps using MapTiler SDK

48 lines (47 loc) 889 B
{ "files": { "include": ["./src/**/*.js", "./src/**/*.ts"], "ignore": ["dist", "build"] }, "organizeImports": { "enabled": false }, "formatter": { "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 }, "javascript": { "formatter": { "arrowParentheses": "always", "bracketSameLine": false, "bracketSpacing": true, "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "semicolons": "always", "trailingCommas": "all" } }, "json": { "formatter": { "trailingCommas": "none" } }, "linter": { "rules": { "suspicious": { "noExplicitAny": { "level": "off" } }, "complexity": { "noUselessTernary": { "level": "off" }, "useOptionalChain": { "level": "off" } } } } }