module.exports = { rules: { /** * 在类的非静态方法中,必须存在对 this 的引用 */ 'class-methods-use-this': 'off', }, }