summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-16 12:45:14 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-16 12:45:14 -0700
commit44d009ea9f23da7ec7ebbb42cef5e604e18395a7 (patch)
tree3cbf2589ee94530af210fc37025ed993ff626f4a
parentce1ae8ecdf5b841238659bdf157b588270a4181c (diff)
Use Deno for linting server
-rw-r--r--.eslintignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 8adba0d..c866784 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -5,3 +5,5 @@ coverage/
*.config.js
setupTests.ts
tsconfig.json
+# Use Deno for linting the server package instead
+packages/server/