{ "rules": { "triple-equals": true }, "meta": { "category": "functionality", "description": "必须使用 `===` 或 `!==`,禁止使用 `==` 或 `!=`" } }