third_party_jsframework/tslint.json

8 lines
154 B
JSON
Raw Permalink Normal View History

{
"rules": {
"no-non-null-assertion": true,
"typedef-whitespace": true,
"no-eval": true,
"no-consecutive-blank-lines": true
}
}