UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 176 B
module.exports = { rules: { /** * v-html 指令必须合法 * @category Error Prevention */ 'vue/valid-v-html': 'error' } };