mirror of
				https://github.com/homarr-labs/dashboard-icons.git
				synced 2025-11-04 11:20:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
 | 
						|
	"vcs": {
 | 
						|
		"enabled": true,
 | 
						|
		"clientKind": "git",
 | 
						|
		"useIgnoreFile": true
 | 
						|
	},
 | 
						|
	"files": {
 | 
						|
		"ignoreUnknown": false,
 | 
						|
		"ignore": ["src/components/ui/**"]
 | 
						|
	},
 | 
						|
	"formatter": {
 | 
						|
		"enabled": true,
 | 
						|
		"indentStyle": "tab"
 | 
						|
	},
 | 
						|
	"organizeImports": {
 | 
						|
		"enabled": true
 | 
						|
	},
 | 
						|
	"linter": {
 | 
						|
		"enabled": true,
 | 
						|
		"rules": {
 | 
						|
			"recommended": true,
 | 
						|
			"suspicious": {
 | 
						|
				"noArrayIndexKey": "off"
 | 
						|
			}
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"javascript": {
 | 
						|
		"formatter": {
 | 
						|
			"lineWidth": 140,
 | 
						|
			"semicolons": "asNeeded",
 | 
						|
			"quoteStyle": "double"
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |