mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	style: fix eslint
This commit is contained in:
		
							
								
								
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -64,7 +64,7 @@ | ||||
|         "eslint-plugin-import": "2.29.1", | ||||
|         "eslint-plugin-prettier": "5.1.3", | ||||
|         "eslint-plugin-promise": "6.1.1", | ||||
|         "eslint-plugin-tailwindcss": "3.15.1", | ||||
|         "eslint-plugin-tailwindcss": "3.14.2", | ||||
|         "eslint-plugin-unicorn": "51.0.1", | ||||
|         "html-w3c-validator": "1.6.1", | ||||
|         "husky": "9.0.11", | ||||
| @@ -7691,9 +7691,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-plugin-tailwindcss": { | ||||
|       "version": "3.15.1", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.15.1.tgz", | ||||
|       "integrity": "sha512-4RXRMIaMG07C2TBEW1k0VM4+dDazz1kxcZhkK4zirvmHGZTA4jnlSO2kq5mamuSPi+Wo17dh2SlC8IyFBuCd7Q==", | ||||
|       "version": "3.14.2", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.14.2.tgz", | ||||
|       "integrity": "sha512-fNzdf4poZP2yQC0xC2prQxMuArMSb5mnellLQvwb9HC3NcLzxs+0IVKWIg1BqUqyui0c+bbjMmhWcKUWK67SLQ==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "fast-glob": "^3.2.5", | ||||
|   | ||||
| @@ -84,7 +84,7 @@ | ||||
|     "eslint-plugin-import": "2.29.1", | ||||
|     "eslint-plugin-prettier": "5.1.3", | ||||
|     "eslint-plugin-promise": "6.1.1", | ||||
|     "eslint-plugin-tailwindcss": "3.15.1", | ||||
|     "eslint-plugin-tailwindcss": "3.14.2", | ||||
|     "eslint-plugin-unicorn": "51.0.1", | ||||
|     "html-w3c-validator": "1.6.1", | ||||
|     "husky": "9.0.11", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| export const BIRTH_DATE_DAY = "31" as const | ||||
| export const BIRTH_DATE_MONTH = "03" as const | ||||
| export const BIRTH_DATE_YEAR = "2003" as const | ||||
| export const BIRTH_DATE_DAY = "31" | ||||
| export const BIRTH_DATE_MONTH = "03" | ||||
| export const BIRTH_DATE_YEAR = "2003" | ||||
| export const BIRTH_DATE_STRING = | ||||
|   `${BIRTH_DATE_DAY}/${BIRTH_DATE_MONTH}/${BIRTH_DATE_YEAR}` as const | ||||
| export const BIRTH_DATE_ISO_8601 = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user