UNPKG

@sun-asterisk/sunlint

Version:

☀️ SunLint - Multi-language static analysis tool for code quality and security | Sun* Engineering Standards

28 lines 493 B
{ "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": [] } }