nondeleniti
Version:
Provides GC optimized collections in TypeScript and Lua for use with Encompass-TS
16 lines (15 loc) • 337 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-no-circular-imports"
],
"jsRules": {},
"rules": {
"variable-name": [false, "allow-pascal-case", "allow-snake-case"],
"no-string-throw": [false],
"no-empty": [false],
"array-type": [false]
},
"rulesDirectory": []
}