We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dddab commit 10dcc5aCopy full SHA for 10dcc5a
apps/desktop/src/routes/(window-chrome)/(main).tsx
@@ -337,8 +337,6 @@ function Page() {
337
</a>
338
<ErrorBoundary fallback={<></>}>
339
<Suspense>
340
- {/** biome-ignore lint/a11y/useKeyWithClickEvents: <explanation> */}
341
- {/** biome-ignore lint/a11y/noStaticElementInteractions: <explanation> */}
342
<span
343
onClick={async () => {
344
if (license.data?.type !== "pro") {
biome.json
@@ -30,5 +30,13 @@
30
"organizeImports": "on"
31
}
32
33
- }
+ },
34
+ "overrides": [
35
+ {
36
+ "includes": ["apps/desktop/**/*"],
37
+ "linter": {
38
+ "rules": { "a11y": "off" }
39
+ }
40
41
+ ]
42
0 commit comments