このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
chore: hide eslint complexity warning (
#17698
)
tags/1.3.0
Joel
6ヶ月前
親
33324ee23d
コミット
6cf1ada36e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
0行の追加
、
1行の削除
分割表示
差分情報を表示
0
1
web/eslint.config.mjs
+ 0
- 1
web/eslint.config.mjs
ファイルの表示
@@ -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',
書き込み
プレビュー
読み込み中…
キャンセル
保存