module.exports = { rules: { /** * 模版字符串中的变量类型必须是字符串 */ '@typescript-eslint/restrict-template-expressions': 'off', }, }