HugoOM/sfdx_autoheader

View on GitHub
tslint.json

Summary

Maintainability
Test Coverage
{
  "rules": {
    "no-string-throw": true,
    "no-unused-expression": true,
    "no-duplicate-variable": true,
    "curly": true,
    "class-name": true,
    "semicolon": [true, "always"],
    "triple-equals": true
  },
  "defaultSeverity": "warning"
}