mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Merge pull request #1665 from thecashewtrader/format-dev-helper
Add format script to package.json as running lint can be slow
This commit is contained in:
		@@ -6,6 +6,7 @@
 | 
			
		||||
        "serve": "vite",
 | 
			
		||||
        "build": "vite build",
 | 
			
		||||
        "preview": "vite preview",
 | 
			
		||||
        "format": "prettier -w --ignore-path .gitignore **/**.{js,vue}",
 | 
			
		||||
        "lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user