|
@ -18,7 +18,7 @@ |
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/", |
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/", |
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", |
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", |
|
|
"lint:pretty": "pretty-quick --staged", |
|
|
"lint:pretty": "pretty-quick --staged", |
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint && pnpm lint:pretty", |
|
|
|
|
|
|
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint", |
|
|
"prepare": "husky install", |
|
|
"prepare": "husky install", |
|
|
"preinstall": "npx only-allow pnpm" |
|
|
"preinstall": "npx only-allow pnpm" |
|
|
}, |
|
|
}, |
|
|