版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

18 righe
478 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('./vue3-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. }