mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-31 00:42:40 +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": {
|
||||
|
||||
Reference in New Issue
Block a user