no-layout-rules.js 987 B

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. rules: {
  8. 'vue/array-bracket-spacing': 'off',
  9. 'vue/arrow-spacing': 'off',
  10. 'vue/block-spacing': 'off',
  11. 'vue/brace-style': 'off',
  12. 'vue/comma-dangle': 'off',
  13. 'vue/html-closing-bracket-newline': 'off',
  14. 'vue/html-closing-bracket-spacing': 'off',
  15. 'vue/html-indent': 'off',
  16. 'vue/html-quotes': 'off',
  17. 'vue/html-self-closing': 'off',
  18. 'vue/key-spacing': 'off',
  19. 'vue/max-attributes-per-line': 'off',
  20. 'vue/multiline-html-element-content-newline': 'off',
  21. 'vue/mustache-interpolation-spacing': 'off',
  22. 'vue/no-multi-spaces': 'off',
  23. 'vue/no-spaces-around-equal-signs-in-attribute': 'off',
  24. 'vue/object-curly-spacing': 'off',
  25. 'vue/script-indent': 'off',
  26. 'vue/singleline-html-element-content-newline': 'off',
  27. 'vue/space-infix-ops': 'off',
  28. 'vue/space-unary-ops': 'off'
  29. }
  30. }