|
@@ -18,7 +18,7 @@
|
|
|
"gh-pages": "gh-pages -d dist",
|
|
"gh-pages": "gh-pages -d dist",
|
|
|
"i18n-remove": "pro i18n-remove --locale=zh-CN --write",
|
|
"i18n-remove": "pro i18n-remove --locale=zh-CN --write",
|
|
|
"postinstall": "umi g tmp",
|
|
"postinstall": "umi g tmp",
|
|
|
- "lint": "umi g tmp && npm run lint:js && npm run lint:style && npm run lint:prettier",
|
|
|
|
|
|
|
+ "lint": "umi g tmp && npm run lint:js && npm run lint:style && npm run lint:prettier && npm run tsc",
|
|
|
"lint-staged": "lint-staged",
|
|
"lint-staged": "lint-staged",
|
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
|
|
|
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
|
|
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
|