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

14 行
144 B

  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "new-cap": ["error", {
  6. "capIsNewExceptions": [
  7. "GetIntrinsic",
  8. ],
  9. }],
  10. },
  11. }