UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 250 B
module.exports = { rules: { /** * 禁止在普通字符串中出现模版字符串里的变量形式,如 'Hello ${name}!' * @category Possible Errors */ 'no-template-curly-in-string': 'error' } };