mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	fix: add json file support for yarn format cmd
				
					
				
			This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|         "serve": "vite", | ||||
|         "build": "vite build", | ||||
|         "preview": "vite preview", | ||||
|         "format": "prettier -w --ignore-path .gitignore **/**.{js,vue}", | ||||
|         "format": "prettier -w --ignore-path .gitignore **/**.{js,vue,json}", | ||||
|         "lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ." | ||||
|     }, | ||||
|     "dependencies": { | ||||
|   | ||||
| @@ -1,26 +1,17 @@ | ||||
| { | ||||
|   "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||
|   "extends": [ | ||||
|     "config:base", | ||||
|     "group:recommended" | ||||
|   ], | ||||
|   "ignorePresets": [ | ||||
|     ":prHourlyLimit2" | ||||
|   ], | ||||
|   "packageRules": [ | ||||
|     { | ||||
|       "matchPackagePrefixes": [ | ||||
|         "@unocss/" | ||||
|       ], | ||||
|       "matchPackageNames": [ | ||||
|         "unocss" | ||||
|       ], | ||||
|       "groupName": "unocss" | ||||
|     } | ||||
|   ], | ||||
|   "lockFileMaintenance": { | ||||
|     "enabled": true, | ||||
|     "automerge": true | ||||
|   }, | ||||
|   "platformAutomerge": true | ||||
|     "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||
|     "extends": ["config:base", "group:recommended"], | ||||
|     "ignorePresets": [":prHourlyLimit2"], | ||||
|     "packageRules": [ | ||||
|         { | ||||
|             "matchPackagePrefixes": ["@unocss/"], | ||||
|             "matchPackageNames": ["unocss"], | ||||
|             "groupName": "unocss" | ||||
|         } | ||||
|     ], | ||||
|     "lockFileMaintenance": { | ||||
|         "enabled": true, | ||||
|         "automerge": true | ||||
|     }, | ||||
|     "platformAutomerge": true | ||||
| } | ||||
|   | ||||
| @@ -172,7 +172,7 @@ | ||||
|     { "code": "CH", "name": "Suiza" }, | ||||
|     { "code": "SR", "name": "Surinam" }, | ||||
|     { "code": "TH", "name": "Tailandia" }, | ||||
|     { "code": "TW", "name": "Taiwán" },  | ||||
|     { "code": "TW", "name": "Taiwán" }, | ||||
|     { "code": "TZ", "name": "Tanzania" }, | ||||
|     { "code": "TJ", "name": "Tayikistán" }, | ||||
|     { "code": "TL", "name": "Timor Oriental" }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sai Karthik
					Sai Karthik