UNPKG

eslint-config-alloy

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