ソースを参照

chore: hide eslint complexity warning (#17698)

tags/1.3.0
Joel 6ヶ月前
コミット
6cf1ada36e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加1行の削除
  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',

読み込み中…
キャンセル
保存