90742837fc
- move the management frontend under the wasmeld-console crate\n- use a persistent Host shell with disposable iframe page documents\n- version Host/Page postMessage state and command contracts\n- migrate runtime, service, WIT, invocation, and settings workflows\n- add Tailwind CSS v4, responsive layouts, and Host-owned dialogs\n- emit a dependency-free PWA worker with API cache exclusions\n- remove the superseded root TanStack Start application
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"plugins": ["typescript"],
|
|
"categories": {
|
|
"correctness": "error",
|
|
"suspicious": "warn"
|
|
},
|
|
"rules": {
|
|
"typescript/no-explicit-any": "error",
|
|
"no-console": "warn"
|
|
},
|
|
"ignorePatterns": ["dist/**", "node_modules/**"]
|
|
}
|