roblox-ts-script
Version:
Dependency of projects using Create-Roblox-TS-Script.
26 lines (25 loc) • 605 B
JSON
{
"generator": "retain_lines",
"rules": [
"filter_after_early_return",
"convert_index_to_field",
"convert_local_function_to_assign",
"group_local_assignment",
"remove_spaces",
"remove_comments",
"remove_types",
"remove_if_expression",
"remove_empty_do",
"remove_nil_declaration",
"remove_method_definition",
"remove_function_call_parens",
"remove_unused_if_branch",
"remove_unused_while",
"remove_unused_variable",
{
"rule": "rename_variables",
"globals": ["$default", "$roblox"],
"include_functions": true
}
]
}