From 74db431e08b2c097852021c1d6c2099a9b61ab8c Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 18 Jan 2026 03:40:00 +0000 Subject: [PATCH] modified: .eslintrc.json --- .eslintrc.json | 4 +++- src/lib/templates.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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[] = [ {