06 2021 档案

摘要:现在的前端脚手架基本上都会在 提交之前做代码校验。 // package.json "scripts": { ... "precommit": "lint-staged", ... }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": "npm run lint-s 阅读全文
posted @ 2021-06-18 11:40 张大鱼 阅读(1665) 评论(0) 推荐(0)