Format some files with prettier

This commit is contained in:
Lewin Kelly 2023-05-03 23:01:53 +01:00
parent 4596d66d94
commit df7e3bd7b9
2 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@
{
rule: "rename_variables",
globals: ["$default", "$roblox"],
}
]
},
],
}

View File

@ -9,5 +9,5 @@
// "remove_method_definition",
"remove_function_call_parens",
"filter_after_early_return",
]
],
}