UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 266 B
module.exports = { rules: { /** * 箭头函数的函数体必须与箭头在同一行,或者被括号包裹 * @category Stylistic Issues * @autofix */ 'implicit-arrow-linebreak': ['error', 'beside'] } };