UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 232 B
module.exports = { rules: { /** * 使用 ES2018 中的正则表达式命名组 * @reason 正则表达式已经较难理解了,没必要强制加上命名组 */ 'prefer-named-capture-group': 'off', }, };