modified: .eslintrc.json

This commit is contained in:
Anderson 2026-01-18 03:40:00 +00:00 committed by GitHub
parent 4116f096ad
commit 74db431e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
.eslintrc.json
{
"extends": ["next", "next/core-web-vitals"]
}

View file

@ -15,7 +15,7 @@ export function getTemplatesForPlatform(platform: PlatformId): ScriptTemplate[]
return templates.filter(t => t.platform === platform);
}
export { getTemplatesForPlatform };
const robloxTemplates: ScriptTemplate[] = [
{