historical/RbxDiscordProxy.git/tslint.json
2024-01-16 11:20:27 -06:00

13 lines
No EOL
191 B
JSON

{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
]
}
}