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

13 行
386 B

  1. "use strict";
  2. module.exports = {
  3. rules: {
  4. // These are safe to use as long as the `"prettier/prettier"` rule from
  5. // eslint-plugin-prettier isn’t enabled.
  6. // These are also included in `"plugin:prettier/recommended"`:
  7. // https://github.com/prettier/eslint-plugin-prettier#recommended-configuration
  8. "arrow-body-style": 0,
  9. "prefer-arrow-callback": 0,
  10. },
  11. };