mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This is just a code reorganization to avoid making it difficult to find things as we migrate more file to TypeScript.
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {},
|
|
"rulesDirectory": []
|
|
}
|