mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-13 05:20:41 +00:00
12 lines
177 B
Text
12 lines
177 B
Text
|
{
|
||
|
rules: [
|
||
|
{
|
||
|
rule: "convert_require",
|
||
|
current: "path",
|
||
|
target: {
|
||
|
name: "roblox",
|
||
|
indexing_style: "wait_for_child",
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
}
|