mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
fix: turn off react-in-jsx-scope rule (#317)
This commit is contained in:
parent
a17b878617
commit
47533736e3
2 changed files with 50 additions and 50 deletions
|
|
@ -22,6 +22,7 @@ module.exports = {
|
|||
},
|
||||
plugins: ['react', 'react-hooks', '@typescript-eslint'],
|
||||
rules: {
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
'@typescript-eslint/ban-ts-comment': ['error', { 'ts-ignore': 'allow-with-description' }],
|
||||
indent: ['error', 2, { SwitchCase: 1 }],
|
||||
'max-len': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue