UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 130 B
module.exports = { rules: { /** * 使用缩写的 : 而不是 v-bind: */ 'vue/v-bind-style': 'error', }, };