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

.eslintrc 173B

12345678910111213
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-name-matching": 0,
  6. "id-length": 0,
  7. "new-cap": [2, {
  8. "capIsNewExceptions": ["GetIntrinsic"],
  9. }],
  10. },
  11. }