module.exports = { rules: { /** * constructor 中必须有 super */ 'constructor-super': 'error', }, }