Compare commits
No commits in common. "0dba68904e3240d27f157a103b403dbb592ad57e" and "849fcdad866c730f20ba698e4ac28407490fe623" have entirely different histories.
0dba68904e
...
849fcdad86
2 changed files with 0 additions and 4 deletions
|
|
@ -10,9 +10,6 @@ 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,7 +14,6 @@ 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