mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔧 chore: Update ESLint Config & Run Linter (#10986)
This commit is contained in:
parent
e53619959d
commit
f9060fa25f
30 changed files with 70 additions and 60 deletions
|
|
@ -34,12 +34,15 @@ export default [
|
|||
'packages/api/dist/**/*',
|
||||
'packages/api/test_bundle/**/*',
|
||||
'api/demo/**/*',
|
||||
'packages/client/dist/**/*',
|
||||
'packages/data-provider/types/**/*',
|
||||
'packages/data-provider/dist/**/*',
|
||||
'packages/data-provider/test_bundle/**/*',
|
||||
'packages/data-schemas/dist/**/*',
|
||||
'data-node/**/*',
|
||||
'meili_data/**/*',
|
||||
'**/node_modules/**/*',
|
||||
'.devcontainer/**/*',
|
||||
],
|
||||
},
|
||||
...fixupConfigRules(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue