chore: use pnpm shell-emulator instead of cross-env

This commit is contained in:
xiaoxian521
2022-09-07 21:59:03 +08:00
parent f629663641
commit 392105e820
4 changed files with 1827 additions and 4404 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
"{!(package)*.json,.!(browserslist)*rc}": ["prettier --write--parser json"],
"{!(package)*.json}": ["prettier --write--parser json"],
"package.json": ["prettier --write"],
"*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"],
"*.{vue,css,scss,postcss,less}": ["stylelint --fix", "prettier --write"],