mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-26 22:25:41 +00:00
5cf55aecbf
The web ESLint config (browser/React rules: no-explicit-any, no-unused-vars) was linting supabase/functions/** and supabase/migrations/** — Deno TypeScript that legitimately uses `any` for the chain/Supabase surfaces and npm: imports. These have their own tooling (deno check + deno test) which passes. Add both dirs to ignores so `eslint .` covers only the Vite app it is configured for.