1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/eslint-plugin-vue/lib/configs/strongly-recommended.js

23 lines
668 B
JavaScript

/*
* 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'
}
}