UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 245 B
module.exports = { rules: { /** * 禁止正则表达式中出现无用的回溯引用 * @reason 某些回溯引用语法上没问题,但是会永远匹配到空字符串 */ 'no-useless-backreference': 'error', }, };