strongly-recommended.js 1.0 KB

12345678910111213141516171819202122232425262728293031
  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': 'warn',
  10. 'vue/html-closing-bracket-newline': 'warn',
  11. 'vue/html-closing-bracket-spacing': 'warn',
  12. 'vue/html-end-tags': 'warn',
  13. 'vue/html-indent': 'warn',
  14. 'vue/html-quotes': 'warn',
  15. 'vue/html-self-closing': 'warn',
  16. 'vue/max-attributes-per-line': 'warn',
  17. 'vue/multiline-html-element-content-newline': 'warn',
  18. 'vue/mustache-interpolation-spacing': 'warn',
  19. 'vue/name-property-casing': 'warn',
  20. 'vue/no-multi-spaces': 'warn',
  21. 'vue/no-spaces-around-equal-signs-in-attribute': 'warn',
  22. 'vue/no-template-shadow': 'warn',
  23. 'vue/prop-name-casing': 'warn',
  24. 'vue/require-default-prop': 'warn',
  25. 'vue/require-prop-types': 'warn',
  26. 'vue/singleline-html-element-content-newline': 'warn',
  27. 'vue/v-bind-style': 'warn',
  28. 'vue/v-on-style': 'warn'
  29. }
  30. }