mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
upgrade deps and fix lints
This commit is contained in:
parent
b9cba392c9
commit
6c16d738ee
@ -39,6 +39,7 @@ const eslintrc = {
|
|||||||
'jsx-a11y/no-static-element-interactions': 0,
|
'jsx-a11y/no-static-element-interactions': 0,
|
||||||
'jsx-a11y/anchor-has-content': 0,
|
'jsx-a11y/anchor-has-content': 0,
|
||||||
'react/no-danger': 0,
|
'react/no-danger': 0,
|
||||||
|
'comma-dangle': ['error', 'always-multiline'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -80,8 +80,8 @@
|
|||||||
"@types/react": "~0.14.41",
|
"@types/react": "~0.14.41",
|
||||||
"@types/react-dom": "~0.14.18",
|
"@types/react-dom": "~0.14.18",
|
||||||
"antd-tools": "^0.13.0",
|
"antd-tools": "^0.13.0",
|
||||||
"babel-eslint": "^6.0.2",
|
"babel-eslint": "^7.1.0",
|
||||||
"babel-jest": "^13.2.2",
|
"babel-jest": "^16.0.0",
|
||||||
"babel-plugin-import": "^1.0.0",
|
"babel-plugin-import": "^1.0.0",
|
||||||
"babel-plugin-transform-runtime": "~6.15.0",
|
"babel-plugin-transform-runtime": "~6.15.0",
|
||||||
"bisheng": "^0.14.0",
|
"bisheng": "^0.14.0",
|
||||||
@ -96,13 +96,13 @@
|
|||||||
"eslint": "^3.0.1",
|
"eslint": "^3.0.1",
|
||||||
"eslint-config-airbnb": "latest",
|
"eslint-config-airbnb": "latest",
|
||||||
"eslint-plugin-babel": "^3.0.0",
|
"eslint-plugin-babel": "^3.0.0",
|
||||||
"eslint-plugin-import": "^1.6.1",
|
"eslint-plugin-import": "^2.1.0",
|
||||||
"eslint-plugin-jsx-a11y": "^2.0.1",
|
"eslint-plugin-jsx-a11y": "^2.0.1",
|
||||||
"eslint-plugin-markdown": "*",
|
"eslint-plugin-markdown": "*",
|
||||||
"eslint-plugin-react": "^6.1.2",
|
"eslint-plugin-react": "^6.1.2",
|
||||||
"eslint-tinker": "^0.4.0",
|
"eslint-tinker": "^0.4.0",
|
||||||
"history": "^3.0.0",
|
"history": "^3.0.0",
|
||||||
"jest-cli": "^15.1.1",
|
"jest-cli": "^16.0.2",
|
||||||
"jsonml-to-react-component": "~0.2.0",
|
"jsonml-to-react-component": "~0.2.0",
|
||||||
"jsonml.js": "^0.1.0",
|
"jsonml.js": "^0.1.0",
|
||||||
"jsonp": "^0.2.0",
|
"jsonp": "^0.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user