Merge pull request #2 from ant-design/master
merge master
Showing
README.zh-CN.md
0 → 100644
... | ... | @@ -6,7 +6,7 @@ |
"lint-staged": "lint-staged", | ||
"lint-staged:ts": "tslint", | ||
"lint:fix": "npm run tslint:fix && npm run lint:style", | ||
"lint:prettier": "check-prettier lint", | ||
"lint:prettier": "check-prettier write", | ||
"lint:style": "stylelint --syntax less --fix **/**.less ", | ||
"lint:ts": "tslint -p . -c tslint.yml", | ||
"prettier": "node ./_scripts/prettier.js", | ||
... | ... | @@ -32,7 +32,7 @@ |
"devDependencies": { | ||
"@types/classnames": "^2.2.7", | ||
"babel-eslint": "^10.0.1", | ||
"check-prettier": "^1.0.1", | ||
"check-prettier": "^1.0.3", | ||
"glob": "^7.1.3", | ||
"husky": "^2.2.0", | ||
"lint-staged": "^8.1.0", | ||
... | ... |
Please register or sign in to comment