From 0aa5744e181e19cd0153870cb3cc183359cede42 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 3 Jun 2024 11:03:29 +0000 Subject: [PATCH] chore: Update eslint to v9 with flat config (#1412) * chore: Update eslint to v9 with flat config * disable eslint for that whole example file. v1 not worth it imo * update ts-eslint * lock versions * ci: update pnpm Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9348973824 Co-authored-by: FabianLars --- examples/tauri-app/src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tauri-app/src/main.ts b/examples/tauri-app/src/main.ts index 764477a..9f7296e 100644 --- a/examples/tauri-app/src/main.ts +++ b/examples/tauri-app/src/main.ts @@ -1,3 +1,4 @@ +/* eslint-disable */ import WebSocket from "tauri-plugin-websocket-api"; import "./style.css";