roblox-ts
Version:
<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.github.io/">roblox-ts</a></h1> <div align="center">A TypeScript-to-Lua Compiler for Roblox</div> <br> <div align="center"> <a hr
33 lines (32 loc) • 759 B
JSON
{
"extends": "tslint:recommended",
"rules": {
"array-type": [true, "generic"],
"arrow-parens": false,
"class-name": true,
"curly": true,
"forin": false,
"indent": [true, "tabs", 4],
"interface-name": false,
"max-classes-per-file": false,
"member-ordering": false,
"no-bitwise": false,
"no-console": false,
"no-empty-interface": false,
"no-empty": false,
"no-namespace": false,
"no-string-literal": true,
"no-unnecessary-qualifier": true,
"no-var-keyword": true,
"no-var-requires": false,
"prefer-const": true,
"quotemark": [true, "double", "avoid-escape" ],
"semicolon": [true, "always", "ignore-bound-class-methods"],
"triple-equals": true
},
"linterOptions": {
"exclude": [
"tests/**/*.spec.ts"
]
}
}