module.exports = { rules: { /** * 数组的方法除了 forEach 之外,回调函数必须有返回值 */ 'array-callback-return': 'error', }, }