UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 144 B
module.exports = { rules: { /** * 禁止 <template> 中使用字符串 */ 'vue/no-bare-strings-in-template': 'off', }, };