mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 00:16:59 +00:00 
			
		
		
		
	refactor: streamline package.json and tailwind.config.ts
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
				
			- Simplified dependencies in package.json by removing unused packages and organizing existing ones. - Updated tailwind.config.ts for better readability and maintainability, ensuring consistent formatting and structure.
This commit is contained in:
		@@ -1,3 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
  "extends": ["next/core-web-vitals", "next/typescript"]
 | 
			
		||||
}
 | 
			
		||||
  "extends": [
 | 
			
		||||
    "next/core-web-vitals",
 | 
			
		||||
    "next/typescript"
 | 
			
		||||
  ],
 | 
			
		||||
  "rules": {
 | 
			
		||||
    "@typescript-eslint/no-explicit-any": "warn"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user