UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 216 B
module.exports = { rules: { /** * 链式调用必须换行 * @category Stylistic Issues * @reason 没必要限制 */ 'newline-per-chained-call': 'off' } };