diff --git a/.eslintrc.json b/.eslintrc.json index 2db2e5d..f556159 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1 +1,3 @@ -.eslintrc.json \ No newline at end of file +{ + "extends": ["next", "next/core-web-vitals"] +} \ No newline at end of file diff --git a/src/lib/templates.ts b/src/lib/templates.ts index 88ef914..f77c360 100644 --- a/src/lib/templates.ts +++ b/src/lib/templates.ts @@ -15,7 +15,7 @@ export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[] return templates.filter(t => t.platform === platform); } -export { getTemplatesForPlatform }; + const robloxTemplates: ScriptTemplate[] = [ {