feat: eslint配置save

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

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

Loading…
Cancel
Save