版博士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ů.
 
 
 
 

18 řádky
473 B

  1. /*
  2. * IMPORTANT!
  3. * This file has been automatically generated,
  4. * in order to update its content execute "npm run update"
  5. */
  6. module.exports = {
  7. extends: require.resolve('./strongly-recommended'),
  8. rules: {
  9. 'vue/attributes-order': 'warn',
  10. 'vue/component-tags-order': 'warn',
  11. 'vue/no-lone-template': 'warn',
  12. 'vue/no-multiple-slot-args': 'warn',
  13. 'vue/no-v-html': 'warn',
  14. 'vue/order-in-components': 'warn',
  15. 'vue/this-in-template': 'warn'
  16. }
  17. }