historical/RbxDiscordProxy.git/tslint.json

13 lines
191 B
JSON
Raw Normal View History

2024-01-16 17:20:27 +00:00
{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
]
}
}