You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							509 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							509 B
						
					
					
				
								{
							 | 
						|
								  "*.{js,jsx,ts,tsx}": [
							 | 
						|
								    "prettier --cache --ignore-unknown  --write",
							 | 
						|
								    "eslint --cache --fix"
							 | 
						|
								  ],
							 | 
						|
								  "{!(package)*.json,*.code-snippets,.!({browserslist,nvm})*rc}": [
							 | 
						|
								    "prettier --cache --write--parser json"
							 | 
						|
								  ],
							 | 
						|
								  "package.json": ["prettier --cache --write"],
							 | 
						|
								  "*.vue": ["prettier --write", "eslint --cache --fix", "stylelint --fix"],
							 | 
						|
								  "*.{css,scss,html}": [
							 | 
						|
								    "prettier --cache --ignore-unknown --write",
							 | 
						|
								    "stylelint --fix"
							 | 
						|
								  ],
							 | 
						|
								  "*.md": ["prettier --cache --ignore-unknown --write"]
							 | 
						|
								}
							 |