UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 237 B
module.exports = { rules: { /** * 正则表达式必须有括号包起来 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'wrap-regex': 'off' } };