Compare commits
2 commits
849fcdad86
...
0dba68904e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dba68904e | ||
|
|
1715726ec6 |
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ import type { GameRequest } from "@lila/shared";
|
|||
const LABELS: Record<string, string> = {
|
||||
en: "English",
|
||||
it: "Italian",
|
||||
de: "German",
|
||||
fr: "French",
|
||||
es: "Spanish",
|
||||
noun: "Nouns",
|
||||
verb: "Verbs",
|
||||
easy: "Easy",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ export default defineConfig([
|
|||
"**/*.config.ts",
|
||||
"routeTree.gen.ts",
|
||||
"scripts/**",
|
||||
"data-pipeline/**/*",
|
||||
]),
|
||||
|
||||
eslint.configs.recommended,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue