More tweaking

This commit is contained in:
Gregory Schier
2026-03-12 08:59:02 -07:00
parent 5e3ef70d93
commit 0b7705d915
11 changed files with 208 additions and 125 deletions

View File

@@ -6,6 +6,19 @@
"recommended": true,
"a11y": {
"useKeyWithClickEvents": "off"
},
"style": {
"noRestrictedImports": {
"level": "error",
"options": {
"paths": {
"@tauri-apps/api/core": "Use lib/tauri.ts instead of importing @tauri-apps directly",
"@tauri-apps/api/event": "Use lib/tauri.ts instead of importing @tauri-apps directly",
"@tauri-apps/api/webviewWindow": "Use lib/tauri.ts instead of importing @tauri-apps directly",
"@tauri-apps/plugin-os": "Use lib/tauri.ts instead of importing @tauri-apps directly"
}
}
}
}
}
},
@@ -32,6 +45,18 @@
"semicolons": "always"
}
},
"overrides": [
{
"includes": ["apps/yaak-proxy/lib/tauri.ts"],
"linter": {
"rules": {
"style": {
"noRestrictedImports": "off"
}
}
}
}
],
"files": {
"includes": [
"**",