module.exports = { rules: { /** * 禁止使用 foo == null,必须使用 foo === null */ 'no-eq-null': 'error', }, }