diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2024-10-16 10:30:38 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2024-10-16 10:30:38 -0400 |
| commit | fbe6b318788a96b46ecba23402a013092dd2e81f (patch) | |
| tree | 46b1e1e4850f2e37af4a1a62ff1038f28a66bb05 /packages/backend | |
| parent | fix eslint errors in frontend / frontend-embed (diff) | |
| download | sharkey-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.js | 10 |
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/", + ] + }, ]; |