updated: ant-design-vue to 1.1.0
Showing
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@antv/data-set": "^0.8.9", | "@antv/data-set": "^0.8.9", | ||
| "ant-design-vue": "^1.0.3", | "ant-design-vue": "^1.1.0", | ||
| "axios": "^0.18.0", | "axios": "^0.18.0", | ||
| "dayjs": "^1.7.5", | "dayjs": "^1.7.5", | ||
| "enquire.js": "^2.1.6", | "enquire.js": "^2.1.6", | ||
| ... | @@ -41,7 +41,16 @@ | ... | @@ -41,7 +41,16 @@ |
| "plugin:vue/essential", | "plugin:vue/essential", | ||
| "eslint:recommended" | "eslint:recommended" | ||
| ], | ], | ||
| "rules": {}, | "rules": { | ||
| "vue/max-attributes-per-line": [2, { | |||
| "singleline": 5, | |||
| "multiline": { | |||
| "max": 1, | |||
| "allowFirstLine": false | |||
| } | |||
| }], | |||
| "no-console": 0 | |||
| }, | |||
| "parserOptions": { | "parserOptions": { | ||
| "parser": "babel-eslint" | "parser": "babel-eslint" | ||
| } | } | ||
| ... | ... |
Please
register
or
sign in
to comment