项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

21 行
461 B

  1. {
  2. "env": {
  3. "browser": false,
  4. "commonjs": true,
  5. "es6": true,
  6. "node": true,
  7. "mocha": true
  8. },
  9. "parserOptions": {
  10. "sourceType": "module"
  11. },
  12. "rules": {
  13. "no-const-assign": "warn",
  14. "no-this-before-super": "warn",
  15. "no-undef": "warn",
  16. "no-unreachable": "warn",
  17. "no-unused-vars": "warn",
  18. "constructor-super": "warn",
  19. "valid-typeof": "warn"
  20. }
  21. }