23 lines
		
	
	
		
			345 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			345 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| type: "topic"
 | |
| assigned: ""
 | |
| created: "2024-01-06T01:25:36.042Z"
 | |
| updated: "2024-01-06T01:25:36.042Z"
 | |
| ---
 | |
| 
 | |
| # Prettier
 | |
| 
 | |
| ```bash
 | |
| npm install --save-dev prettier
 | |
| ```
 | |
| 
 | |
| ```.prettierignore
 | |
| /*
 | |
| 
 | |
| !/.kanbn
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| git ls-files --others --modified --deleted --exclude-standard | xargs -I % echo L:/Git/Notes-Infineon/.Infineon/% prettier --check
 | |
| ```
 |