mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Add biome linter and configuration to /app viewer.
This commit is contained in:
20
app/biome.json
Normal file
20
app/biome.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
},
|
||||
"formatter": {
|
||||
"indentStyle": "space"
|
||||
},
|
||||
"linter": {
|
||||
"rules": {
|
||||
"style": {
|
||||
"useNamingConvention": {}
|
||||
},
|
||||
"nursery": {
|
||||
"noUnusedImports": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user