modified: .eslintrc.json
This commit is contained in:
parent
4116f096ad
commit
74db431e08
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1,3 @@
|
||||||
.eslintrc.json
|
{
|
||||||
|
"extends": ["next", "next/core-web-vitals"]
|
||||||
|
}
|
||||||
|
|
@ -15,7 +15,7 @@ export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[]
|
||||||
return templates.filter(t => t.platform === platform);
|
return templates.filter(t => t.platform === platform);
|
||||||
}
|
}
|
||||||
|
|
||||||
export { getTemplatesForPlatform };
|
|
||||||
|
|
||||||
const robloxTemplates: ScriptTemplate[] = [
|
const robloxTemplates: ScriptTemplate[] = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue