mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Add prettier configuration
This commit is contained in:
		
							parent
							
								
									500796264f
								
							
						
					
					
						commit
						a45fb6d165
					
				
					 2 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.prettierignore
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.prettierignore
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,2 @@
 | 
				
			||||||
 | 
					dist
 | 
				
			||||||
 | 
					node_modules
 | 
				
			||||||
							
								
								
									
										11
									
								
								.prettierrc.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.prettierrc.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "singleQuote": false,
 | 
				
			||||||
 | 
					    "trailingComma": "all",
 | 
				
			||||||
 | 
					    "semi": true,
 | 
				
			||||||
 | 
					    "tabWidth": 4,
 | 
				
			||||||
 | 
					    "embeddedLanguageFormatting": "auto",
 | 
				
			||||||
 | 
					    "endOfLine": "lf",
 | 
				
			||||||
 | 
					    "printWidth": 120,
 | 
				
			||||||
 | 
					    "vueIndentScriptAndStyle": false,
 | 
				
			||||||
 | 
					    "quoteProps": "as-needed"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue