mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: clean up
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| import typescriptESLint from "typescript-eslint" | ||||
| import configNextjs from "@repo/config-eslint/nextjs" | ||||
| import config from "@repo/config-eslint" | ||||
|  | ||||
| export default typescriptESLint.config(...configNextjs, { | ||||
| export default typescriptESLint.config(...config, { | ||||
|   files: ["**/*.ts", "**/*.tsx"], | ||||
|   languageOptions: { | ||||
|     parser: typescriptESLint.parser, | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| import typescriptESLint from "typescript-eslint" | ||||
| import configNextjs from "@repo/config-eslint/nextjs" | ||||
| import config from "@repo/config-eslint" | ||||
|  | ||||
| export default typescriptESLint.config(...configNextjs, { | ||||
| export default typescriptESLint.config(...config, { | ||||
|   files: ["**/*.ts", "**/*.tsx"], | ||||
|   languageOptions: { | ||||
|     parser: typescriptESLint.parser, | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| import typescriptESLint from "typescript-eslint" | ||||
| import configNextjs from "@repo/config-eslint/nextjs" | ||||
| import config from "@repo/config-eslint" | ||||
|  | ||||
| export default typescriptESLint.config(...configNextjs, { | ||||
| export default typescriptESLint.config(...config, { | ||||
|   files: ["**/*.ts", "**/*.tsx"], | ||||
|   languageOptions: { | ||||
|     parser: typescriptESLint.parser, | ||||
|   | ||||
| @@ -15,7 +15,7 @@ export const BirthDate: React.FC<BirthDateProps> = () => { | ||||
|   }, []) | ||||
|  | ||||
|   return t("home.about.birth-date.value", { | ||||
|     age, | ||||
|     age: age.toString(), | ||||
|     birthDate: BIRTH_DATE_STRING, | ||||
|   }) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user