forked from veda/www_veda_2025
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/** @type {import('prettier').Options} */
 | 
						|
module.exports = {
 | 
						|
  singleQuote: true,
 | 
						|
  semi: false,
 | 
						|
  plugins: ['prettier-plugin-tailwindcss'],
 | 
						|
}
 |