UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 196 B
module.exports = { rules: { /** * html 属性值必须用双引号括起来 * @category Improving Readability */ 'vue/html-quotes': 'error' } };