UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 163 B
module.exports = { rules: { /** * v-bind 值为 true 时,必须省略显示声明 */ 'vue/prefer-true-attribute-shorthand': 'error', }, };