feat: eslint配置save

pull/178/head
刘释隆 1 year ago
parent 08d0c2dea6
commit 3f811759e3

@ -77,8 +77,8 @@
"vue-tsc": "^1.8.22" "vue-tsc": "^1.8.22"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx,vue}": [ "*.{ts,tsx,vue,js}": [
"pnpm lint:fix" "eslint --fix"
] ]
} }
} }

Loading…
Cancel
Save