{
  "ruleId": "C042",
  "name": "Boolean Name Prefix",
  "description": "Boolean variables should use is/has/can/should prefix",
  "category": "naming",
  "severity": "info",
  "languages": [
    "typescript",
    "javascript",
    "dart"
  ],
  "version": "1.0.0",
  "status": "stable",
  "tags": [
    "naming",
    "boolean",
    "readability"
  ],
  "config": {},
  "examples": {
    "violations": [],
    "valid": []
  },
  "fixes": {
    "autoFixable": false,
    "suggestions": []
  }
}