UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 221 B
module.exports = { rules: { /** * 限制一行中的语句数量 * @category Stylistic Issues * @reason 没必要限制 */ 'max-statements-per-line': 'off' } };