module.exports = { rules: { /** * 函数必须有名字 */ 'func-names': 'off', }, }