This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
chore: hide eslint complexity warning (
#17698
)
tags/1.3.0
Joel
6 months ago
parent
33324ee23d
commit
6cf1ada36e
No account linked to committer's email address
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
web/eslint.config.mjs
+ 0
- 1
web/eslint.config.mjs
View File
@@ -85,7 +85,6 @@ export default combine(
{
// orignal config
rules: {
'complexity': ['warn', { max: 10 }],
// orignal ts/no-var-requires
'ts/no-require-imports': 'off',
'no-console': 'off',
Write
Preview
Loading…
Cancel
Save