mirror of
				https://github.com/bartvdbraak/omnidash.git
				synced 2025-10-29 07:29:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	"useTabs": true,
 | |
| 	"singleQuote": true,
 | |
| 	"trailingComma": "none",
 | |
| 	"printWidth": 100,
 | |
| 	"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
 | |
| 	"overrides": [
 | |
| 		{
 | |
| 			"files": "*.svelte",
 | |
| 			"options": {
 | |
| 				"parser": "svelte"
 | |
| 			}
 | |
| 		}
 | |
| 	]
 | |
| }
 |