policeman
Version:
Lightweight yet powerful schema validator
11 lines (10 loc) • 314 B
JSON
{
"extends": "tslint:latest",
"rules": {
"interface-name": [true, "never-prefix"],
"no-unused-variable": [true, {"ignore-pattern": "^_"}],
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"],
"object-literal-sort-keys": false,
"ordered-imports": false
}
}