module.exports = { rules: { /** * 禁止在普通字符串中出现模版字符串里的变量形式 */ 'no-template-curly-in-string': 'off', }, }