mirror of
				https://github.com/Xahau/xahau-web.git
				synced 2025-11-03 20:05:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			670 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			670 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
 | 
						|
  "vcs": {
 | 
						|
    "enabled": false,
 | 
						|
    "clientKind": "git",
 | 
						|
    "useIgnoreFile": false
 | 
						|
  },
 | 
						|
  "files": {
 | 
						|
    "includes": ["**", "!*/**/*.astro", "!.astro", "!dist"],
 | 
						|
    "ignoreUnknown": false
 | 
						|
  },
 | 
						|
  "formatter": {
 | 
						|
    "enabled": true,
 | 
						|
    "indentStyle": "space",
 | 
						|
    "indentWidth": 2
 | 
						|
  },
 | 
						|
  "linter": {
 | 
						|
    "enabled": true,
 | 
						|
    "rules": {
 | 
						|
      "recommended": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "javascript": {
 | 
						|
    "formatter": {
 | 
						|
      "quoteStyle": "single",
 | 
						|
      "semicolons": "asNeeded"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "assist": {
 | 
						|
    "enabled": true,
 | 
						|
    "actions": {
 | 
						|
      "source": {
 | 
						|
        "organizeImports": "on"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |