setup types, more intelligent list component implementation example
This commit is contained in:
parent
b9db27d084
commit
299b29adcd
9 changed files with 65 additions and 14 deletions
|
|
@ -12,11 +12,13 @@
|
|||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write .",
|
||||
"lint": "prettier --check . && eslint ."
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"types": "bash ./util/generate-lexicons.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@atcute/client": "^2.0.9",
|
||||
"@atcute/identity": "^0.1.2",
|
||||
"@atcute/lex-cli": "^1.0.4",
|
||||
"@eslint/compat": "^1.2.5",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@iconify-json/mynaui": "^1.2.9",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue