Skip to content

Commit e9490b7

Browse files
committed
oslo
1 parent 0a1ce4c commit e9490b7

File tree

7 files changed

+123
-381
lines changed

7 files changed

+123
-381
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default createConfigForNuxt({
1919
"@stylistic/quotes": ["error", "double"],
2020
"@stylistic/semi": ["error", "always"],
2121
"import/order": "off",
22+
"jsdoc/check-alignment": "warn",
2223
})
2324
.append(
2425
// your custom flat config here...

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@
4343
},
4444
"dependencies": {
4545
"@nuxt/kit": "^3.19.3",
46+
"@oslojs/crypto": "^1.0.1",
47+
"@oslojs/encoding": "^1.1.0",
4648
"consola": "^3.4.2",
4749
"db0": "^0.3.4",
4850
"drizzle-schema-checker": "^1.2.3",
49-
"node-ipinfo": "^3.5.5",
50-
"oslo": "^1.2.1"
51+
"node-ipinfo": "^3.5.5"
5152
},
5253
"devDependencies": {
5354
"@node-rs/argon2": "^2.0.2",

0 commit comments

Comments
 (0)