mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
use babel ast tree
This commit is contained in:
parent
952d2ec06a
commit
a87cfc2d92
@ -195,6 +195,7 @@
|
|||||||
"test-node": "jest --config .jest.node.js --no-cache",
|
"test-node": "jest --config .jest.node.js --no-cache",
|
||||||
"test-all": "./scripts/test-all.sh",
|
"test-all": "./scripts/test-all.sh",
|
||||||
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",
|
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",
|
||||||
|
"lint:deps": "antd-tools run deps-lint --ignore **/~*/**,**/_*/**,**/icon/**,**/__tests__/**,**/style/**,**/locale/**,**/*-provider/**,**/*.json",
|
||||||
"lint:ts": "npm run tsc && antd-tools run ts-lint",
|
"lint:ts": "npm run tsc && antd-tools run ts-lint",
|
||||||
"lint:es": "eslint tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
|
"lint:es": "eslint tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
|
||||||
"lint:md": "remark components/",
|
"lint:md": "remark components/",
|
||||||
|
Loading…
Reference in New Issue
Block a user