mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-30 11:49:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	"useTabs": true,
 | |
| 	"singleQuote": true,
 | |
| 	"trailingComma": "none",
 | |
| 	"printWidth": 100,
 | |
| 	"plugins": ["prettier-plugin-svelte"],
 | |
| 	"pluginSearchDirs": ["."],
 | |
| 	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
 | |
| }
 |