Skip to content

Commit 9b7d295

Browse files
afc163paranoidjk
authored andcommitted
upgrade antd-tools for new tslint
1 parent 0425b35 commit 9b7d295

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"antd": "2.x",
7373
"antd-demo-jest": "^1.2.0",
7474
"antd-mobile-demo-data": "^0.1.1",
75-
"antd-tools": "^0.16.1",
75+
"antd-tools": "^0.19.4",
7676
"babel-eslint": "^7.1.0",
7777
"babel-jest": "^19.0.0",
7878
"babel-plugin-import": "^1.1.1",
@@ -95,7 +95,7 @@
9595
"eslint-config-airbnb": "latest",
9696
"eslint-plugin-babel": "^4.0.0",
9797
"eslint-plugin-import": "^2.1.0",
98-
"eslint-plugin-jsx-a11y": "^3.0.2",
98+
"eslint-plugin-jsx-a11y": "^4.0.0",
9999
"eslint-plugin-markdown": "1.0.0-beta.4",
100100
"eslint-plugin-react": "^6.10.3",
101101
"eslint-tinker": "^0.4.0",
@@ -135,6 +135,7 @@
135135
"lint": "npm run tslint && npm run srclint && npm run demolint && npm run lesshint && npm run applint",
136136
"srclint": "eslint site scripts --ext '.js,.jsx'",
137137
"tslint": "antd-tools run ts-lint && npm run compile && rm -rf lib",
138+
"tslint-fix": "antd-tools run ts-lint-fix && npm run compile && rm -rf lib",
138139
"demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
139140
"lesshint": "lesshint components/ -r scripts/lesshint-report.js",
140141
"eslint-fix": "eslint --fix site scripts ./*.js --ext '.js,.jsx' && eslint-tinker ./components/*/demo/*.md",

0 commit comments

Comments
 (0)