Skip to content

Commit

Permalink
Use dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
uasan committed Feb 15, 2025
1 parent 77cd1f7 commit c211a33
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
20 changes: 20 additions & 0 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"typescript": {
"quoteStyle": "alwaysSingle"
},
"json": {},
"markdown": {},
"markup": {},
"yaml": {},
"excludes": [
"**/node_modules",
"**/*-lock.json"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.6.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.12.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
]
}
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@
"#compiler/*": "./src/compiler/*"
},
"dependencies": {
"typescript": "next",
"typescript": "5.8.1-rc",
"@types/node": "latest",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.44.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.51.0",
"@uah/postgres": "file:../../Postgres"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"prettier": "latest"
"dprint": "latest",
"@dprint/formatter": "latest",
"@dprint/typescript": "latest"
}
}
2 changes: 1 addition & 1 deletion src/interfaces/security/WebAuthn.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
interface CreatorOptions {
json: ArrayBuffer;
json: Uint8Array;
}

interface GetterOptions {
Expand Down

0 comments on commit c211a33

Please sign in to comment.