module.exports = { rules: { /** * 禁止在 return 语句里赋值 */ 'no-return-assign': ['error', 'always'], }, }