UNPKG

eslint-config-alloy

Version:
5 lines (4 loc) 153 B
// good 字符串、正则表达式或模版字符串中允许使用特殊空白符(全角空格) let foo = ' '; let bar = / /; let baz = ` `;