UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 130 B
module.exports = { rules: { /** * 限制一行中的语句数量 */ 'max-statements-per-line': 'off', }, };