17 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "semi": true,
 | 
						|
  "tabWidth": 2,
 | 
						|
  "printWidth": 100,
 | 
						|
  "trailingComma": "all",
 | 
						|
  "singleQuote": false,
 | 
						|
  "jsxSingleQuote": false,
 | 
						|
  "bracketSpacing": true,
 | 
						|
  "bracketSameLine": false,
 | 
						|
  "arrowParens": "always",
 | 
						|
  "endOfLine": "lf",
 | 
						|
  "quoteProps": "as-needed",
 | 
						|
  "plugins": ["prettier-plugin-tailwindcss"],
 | 
						|
  "tailwindConfig": "./tailwind.config.js",
 | 
						|
  "embeddedLanguageFormatting": "auto"
 | 
						|
}
 |