mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
21 lines
286 B
JSON
21 lines
286 B
JSON
{
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingComma": "es5"
|
|
}
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "space"
|
|
},
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"useNamingConvention": {}
|
|
},
|
|
"nursery": {
|
|
"noUnusedImports": {}
|
|
}
|
|
}
|
|
}
|
|
}
|