mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
turn off no-debugger in eslintrc for debugginer purposes
This commit is contained in:
parent
ccc2f392e2
commit
9dae1ade60
1 changed files with 1 additions and 0 deletions
|
|
@ -26,5 +26,6 @@ module.exports = {
|
||||||
"rules": {
|
"rules": {
|
||||||
'react/prop-types': ['off'],
|
'react/prop-types': ['off'],
|
||||||
'react/display-name': ['off'],
|
'react/display-name': ['off'],
|
||||||
|
"no-debugger":"off",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue