mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	style: fix prettier
This commit is contained in:
		| @@ -7,8 +7,8 @@ | ||||
|     "vscode": { | ||||
|       "settings": { | ||||
|         "remote.autoForwardPorts": false, | ||||
|         "remote.localPortHost": "allInterfaces", | ||||
|       }, | ||||
|         "remote.localPortHost": "allInterfaces" | ||||
|       } | ||||
|     }, | ||||
|     "extensions": [ | ||||
|       "editorconfig.editorconfig", | ||||
| @@ -17,8 +17,8 @@ | ||||
|       "davidanson.vscode-markdownlint", | ||||
|       "bradlc.vscode-tailwindcss", | ||||
|       "mikestead.dotenv", | ||||
|       "ms-azuretools.vscode-docker", | ||||
|     ], | ||||
|       "ms-azuretools.vscode-docker" | ||||
|     ] | ||||
|   }, | ||||
|   "remoteUser": "node", | ||||
|   "remoteUser": "node" | ||||
| } | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|     "allowJs": true, | ||||
|     "baseUrl": ".", | ||||
|     "paths": { | ||||
|       "@/*": ["./*"], | ||||
|       "@/*": ["./*"] | ||||
|     }, | ||||
|     "types": ["@total-typescript/ts-reset", "cypress"], | ||||
|     "noEmit": true, | ||||
| @@ -20,10 +20,10 @@ | ||||
|     "isolatedModules": true, | ||||
|     "plugins": [ | ||||
|       { | ||||
|         "name": "next", | ||||
|       }, | ||||
|     ], | ||||
|         "name": "next" | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], | ||||
|   "exclude": ["node_modules", ".next"], | ||||
|   "exclude": ["node_modules", ".next"] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user