aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-03-15 16:19:35 -0400
committerkj_sh6042026-03-15 16:19:35 -0400
commit35ab0a273d0cafda65e76ad98ae8b840ee86c806 (patch)
tree1019232e068c778b245886f9108470be51a7da5f
parent6e2aa6a479ce1696c1a5fa86b941f305e20ca9f5 (diff)
refactor: .eslintignore
-rw-r--r--.eslintignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..8b4f458
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,11 @@
+node_modules/
+build/
+package-lock.json
+.vscode/
+firebase/
+dist/
+public/workbox
+packages/excalidraw/types
+examples/**/public
+dev-dist
+coverage