mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	feat: enforce strict TypeScript rules and add biome configuration
This commit is contained in:
		
							
								
								
									
										37
									
								
								biome.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								biome.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,37 @@
 | 
			
		||||
{
 | 
			
		||||
	"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
 | 
			
		||||
	"vcs": {
 | 
			
		||||
		"enabled": false,
 | 
			
		||||
		"clientKind": "git",
 | 
			
		||||
		"useIgnoreFile": false
 | 
			
		||||
	},
 | 
			
		||||
	"files": {
 | 
			
		||||
		"ignoreUnknown": false
 | 
			
		||||
	},
 | 
			
		||||
	"formatter": {
 | 
			
		||||
		"enabled": true,
 | 
			
		||||
		"indentStyle": "tab"
 | 
			
		||||
	},
 | 
			
		||||
	"linter": {
 | 
			
		||||
		"enabled": true,
 | 
			
		||||
		"rules": {
 | 
			
		||||
			"suspicious": {
 | 
			
		||||
				"noImplicitAnyLet": "error"
 | 
			
		||||
			},
 | 
			
		||||
			"recommended": true
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
	"javascript": {
 | 
			
		||||
		"formatter": {
 | 
			
		||||
			"quoteStyle": "double"
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
	"assist": {
 | 
			
		||||
		"enabled": true,
 | 
			
		||||
		"actions": {
 | 
			
		||||
			"source": {
 | 
			
		||||
				"organizeImports": "on"
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user