build(projects): 更换eslint依赖为eslint-config-soybeanjs-vue

This commit is contained in:
Soybean
2022-08-28 14:48:00 +08:00
parent 7240be8495
commit 07325a4236
8 changed files with 27 additions and 21 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint && npm run typecheck
npm run lint:fix && npm run typecheck