UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 143 B
module.exports = { rules: { /** * 必须使用模版字符串而不是字符串连接 */ 'prefer-template': 'off', }, };