UNPKG

eslint-config-alloy

Version:
4 lines (3 loc) 110 B
// bad 正则表达式中出现了连续的空格 let reg1 = /foo bar/; let reg2 = new RegExp('foo bar');