版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

13 řádky
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. };