mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-31 01:06:59 +08:00
chore: hide eslint complexity warning (#17698)
This commit is contained in:
parent
33324ee23d
commit
6cf1ada36e
@ -85,7 +85,6 @@ export default combine(
|
|||||||
{
|
{
|
||||||
// orignal config
|
// orignal config
|
||||||
rules: {
|
rules: {
|
||||||
'complexity': ['warn', { max: 10 }],
|
|
||||||
// orignal ts/no-var-requires
|
// orignal ts/no-var-requires
|
||||||
'ts/no-require-imports': 'off',
|
'ts/no-require-imports': 'off',
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user