summaryrefslogtreecommitdiff
path: root/packages/backend
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2024-10-16 10:30:38 -0400
committerHazelnoot <acomputerdog@gmail.com>2024-10-16 10:30:38 -0400
commitfbe6b318788a96b46ecba23402a013092dd2e81f (patch)
tree46b1e1e4850f2e37af4a1a62ff1038f28a66bb05 /packages/backend
parentfix eslint errors in frontend / frontend-embed (diff)
downloadsharkey-fbe6b318788a96b46ecba23402a013092dd2e81f.tar.gz
sharkey-fbe6b318788a96b46ecba23402a013092dd2e81f.tar.bz2
sharkey-fbe6b318788a96b46ecba23402a013092dd2e81f.zip
fix eslint errors in all projects due to over-including files
Diffstat (limited to 'packages/backend')
-rw-r--r--packages/backend/eslint.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/backend/eslint.config.js b/packages/backend/eslint.config.js
index 75ccce7b3d..452045bc3e 100644
--- a/packages/backend/eslint.config.js
+++ b/packages/backend/eslint.config.js
@@ -55,4 +55,14 @@ export default [
},
},
},
+ {
+ ignores: [
+ "**/lib/",
+ "**/temp/",
+ "**/built/",
+ "**/coverage/",
+ "**/node_modules/",
+ "**/migration/",
+ ]
+ },
];