AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 387 B view raw
1{ 2 "$schema": "./node_modules/oxlint/configuration_schema.json", 3 "categories": {}, 4 "rules": { 5 "no-unused-vars": [ 6 "warn", 7 { 8 "argsIgnorePattern": "^_", 9 "destructuredArrayIgnorePattern": "^_" 10 } 11 ] 12 }, 13 "env": { 14 "builtin": true 15 }, 16 "ignorePatterns": ["node_modules", "dist", "data", "*.min.js", "packages/hatk/public/admin-auth.js"] 17}