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 <FabianLars@users.noreply.github.com>
This commit is contained in:
Fabian-Lars
2024-06-03 11:03:29 +00:00
committed by tauri-bot
parent f0f807f0e9
commit 0aa5744e18

View File

@@ -1,3 +1,4 @@
/* eslint-disable */
import WebSocket from "tauri-plugin-websocket-api";
import "./style.css";