module.exports = { rules: { /** * 禁止在 super 被调用之前使用 this 或 super */ 'no-this-before-super': 'error', }, }