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