mirror of https://github.com/langgenius/dify.git
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…
Reference in New Issue