Browse Source

build: add example apps `public` and vite `dev-dist` to eslintignore (#8326)

pull/8322/head
David Luzar 1 year ago committed by GitHub
parent
commit
b87925d253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .eslintignore

2
.eslintignore

@ -6,3 +6,5 @@ firebase/ @@ -6,3 +6,5 @@ firebase/
dist/
public/workbox
packages/excalidraw/types
examples/**/public
dev-dist

Loading…
Cancel
Save