13 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Prettier configuration
 | |
| 
 | |
| printWidth: 140
 | |
| singleQuote: true
 | |
| tabWidth: 4
 | |
| useTabs: false
 | |
| 
 | |
| # js and ts rules:
 | |
| arrowParens: avoid
 | |
| 
 | |
| # jsx and tsx rules:
 | |
| jsxBracketSameLine: false
 |