Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.eslintrc 155B

12345678
  1. {
  2. "rules": {
  3. "max-nested-callbacks": [2, 3],
  4. "max-statements": [2, 15],
  5. "max-statements-per-line": [2, { "max": 2 }],
  6. "no-invalid-this": [1]
  7. }
  8. }