mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🧹 chore(/config/): add tsconfig.json & linting (#2680)
This commit is contained in:
parent
bcdddaed72
commit
c83d9d61d4
10 changed files with 187 additions and 141 deletions
|
|
@ -132,6 +132,13 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
files: './config/translations/**/*.ts',
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: './config/translations/tsconfig.json',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['./packages/data-provider/specs/**/*.ts'],
|
||||
parserOptions: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue