UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 176 B
module.exports = { rules: { /** * 模版字符串中的变量类型必须是字符串 */ '@typescript-eslint/restrict-template-expressions': 'off', }, };