Files
eewing 6cc5928770
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m33s
Update dependencies and switch to @sveltejs/adapter-node for SvelteKit project
2026-02-17 14:25:23 -06:00

15 lines
132 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}