Skip to content

Commit

Permalink
feat: Look for opencpn extensions to GPX (#129)
Browse files Browse the repository at this point in the history
* Look for opencpn extensions to GPX

- Refs #128

* Try handling all extensions

* Trim contents, add gpxx by default

* Biome format lib

* Make formatting similar to main branch

* Move biome to devDependencies

* v6.0.0-0
  • Loading branch information
tmcw authored Nov 24, 2024
1 parent f0e106f commit b6897c9
Show file tree
Hide file tree
Showing 11 changed files with 574 additions and 51 deletions.
31 changes: 31 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"trailingCommas": "es5"
}
}
}
Loading

0 comments on commit b6897c9

Please sign in to comment.