UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 194 B
module.exports = { rules: { /** * 禁用 v-html * @category Minimizing Arbitrary Choices and Cognitive Overhead */ 'vue/no-v-html': 'off' } };