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:
Bnyro 2023-03-18 22:37:52 +01:00 committed by GitHub
commit f440a73500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {