mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	* refactor: fix deprecated prettier config name * refactor: add fmt scripts * refactor: check fmt during CI * refactor: format files
		
			
				
	
	
		
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "singleQuote": true,
 | |
|     "bracketSpacing": true,
 | |
|     "bracketSameLine": false,
 | |
|     "arrowParens": "avoid",
 | |
|     "printWidth": 80
 | |
| }
 |