版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 line
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. };