BasicList finish
Showing
BasicList/src/data.d.ts
0 → 100644
{ | ||
"private": true, | ||
"scripts": { | ||
"dev": "cross-env PAGES_PATH='BasicForm/src' umi dev", | ||
"dev": "cross-env PAGES_PATH='BasicList/src' umi dev", | ||
"lint:style": "stylelint \"src/**/*.less\" --syntax less", | ||
"lint": "eslint --ext .js src mock tests && npm run lint:style", | ||
"lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style", | ||
... | ... | @@ -49,4 +49,4 @@ |
"dependencies": { | ||
"cross-env": "^5.2.0" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment