module.exports = { rules: { /** * 限制 this 的别名 */ 'consistent-this': 'off', }, }