15 lines
357 B
JavaScript
15 lines
357 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('./strongly-recommended'),
|
||
|
rules: {
|
||
|
'vue/attributes-order': 'warn',
|
||
|
'vue/no-v-html': 'warn',
|
||
|
'vue/order-in-components': 'warn',
|
||
|
'vue/this-in-template': 'warn'
|
||
|
}
|
||
|
}
|