basemapkit
Version:
<p align="center"> <img src="./public/logo.svg" alt="Basemapkit logo" width="400px"></img> </p> <p align="center"> Basemaps for <a href="https://maplibre.org/maplibre-gl-js/docs/">Maplibre GL JS</a> + <a href="https://protomaps.com/">Protomaps</a> </p>
53 lines (50 loc) • 892 B
JSON
{
"assist": {
"actions": {
"source": {
"organizeImports": "off"
}
}
},
"files": {
"includes": ["src/**/*.ts"]
},
"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"
}
}
}
}
}