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> = {
|
const LABELS: Record<string, string> = {
|
||||||
en: "English",
|
en: "English",
|
||||||
it: "Italian",
|
it: "Italian",
|
||||||
|
de: "German",
|
||||||
|
fr: "French",
|
||||||
|
es: "Spanish",
|
||||||
noun: "Nouns",
|
noun: "Nouns",
|
||||||
verb: "Verbs",
|
verb: "Verbs",
|
||||||
easy: "Easy",
|
easy: "Easy",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ export default defineConfig([
|
||||||
"**/*.config.ts",
|
"**/*.config.ts",
|
||||||
"routeTree.gen.ts",
|
"routeTree.gen.ts",
|
||||||
"scripts/**",
|
"scripts/**",
|
||||||
|
"data-pipeline/**/*",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
eslint.configs.recommended,
|
eslint.configs.recommended,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue