tslint: Remove tslint.json.

We use ESLint, not TSLint; TSLint is deprecated in favor of ESLint.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-09-22 17:07:29 -07:00
parent 273f6f69e5
commit 424689acdd
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
"jsRules": {},
"rules": {},
"rulesDirectory": []
}