UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 172 B
module.exports = { rules: { /** * 禁止在普通字符串中出现模版字符串里的变量形式 */ 'no-template-curly-in-string': 'error', }, };