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

17 行
242 B

  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "immed": true,
  5. "eqnull": true,
  6. "latedef": true,
  7. "noarg": true,
  8. "noempty": true,
  9. "quotmark": "single",
  10. "undef": true,
  11. "unused": true,
  12. "strict": true,
  13. "trailing": true,
  14. "node": true
  15. }