| 12345678910111213141516171819202122 |
- /*
- * IMPORTANT!
- * This file has been automatically generated,
- * in order to update it's content execute "npm run update"
- */
- module.exports = {
- extends: require.resolve('./essential'),
- rules: {
- 'vue/attribute-hyphenation': 'error',
- 'vue/html-end-tags': 'error',
- 'vue/html-indent': 'error',
- 'vue/html-self-closing': 'error',
- 'vue/max-attributes-per-line': 'error',
- 'vue/mustache-interpolation-spacing': 'error',
- 'vue/name-property-casing': 'error',
- 'vue/no-multi-spaces': 'error',
- 'vue/require-default-prop': 'error',
- 'vue/require-prop-types': 'error',
- 'vue/v-bind-style': 'error',
- 'vue/v-on-style': 'error'
- }
- }
|