mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 12:36:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"$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"
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |