profileShare

rasmusjy / splitapp-frontend-vue

Read-only snapshot

No repository description.

main default branch 96 files Expires Sep 13, 2026, 9:06 AM
.oxlintrc.json 227 bytes
1 {
2 "$schema": "./node_modules/oxlint/configuration_schema.json",
3 "plugins": ["eslint", "typescript", "unicorn", "oxc", "vue", "vitest"],
4 "env": {
5 "browser": true
6 },
7 "categories": {
8 "correctness": "error"
9 }
10 }
11