strongly-recommended.js 668 B

12345678910111213141516171819202122
  1. /*
  2. * IMPORTANT!
  3. * This file has been automatically generated,
  4. * in order to update it's content execute "npm run update"
  5. */
  6. module.exports = {
  7. extends: require.resolve('./essential'),
  8. rules: {
  9. 'vue/attribute-hyphenation': 'error',
  10. 'vue/html-end-tags': 'error',
  11. 'vue/html-indent': 'error',
  12. 'vue/html-self-closing': 'error',
  13. 'vue/max-attributes-per-line': 'error',
  14. 'vue/mustache-interpolation-spacing': 'error',
  15. 'vue/name-property-casing': 'error',
  16. 'vue/no-multi-spaces': 'error',
  17. 'vue/require-default-prop': 'error',
  18. 'vue/require-prop-types': 'error',
  19. 'vue/v-bind-style': 'error',
  20. 'vue/v-on-style': 'error'
  21. }
  22. }