Skip to content

Commit acb48eb

Browse files
authored
Fixed lint error on CI (#1008)
1 parent 2418da7 commit acb48eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
"chai": "^4.1.0",
5757
"eslint": "^6.0.0",
5858
"eslint-plugin-eslint-plugin": "^2.0.1",
59-
"eslint-plugin-vue-libs": "^4.0.0",
59+
"eslint-plugin-import": "^2.18.2",
6060
"eslint-plugin-vue": "file:.",
61+
"eslint-plugin-vue-libs": "^4.0.0",
6162
"eslint4b": "^6.6.0",
6263
"lodash": "^4.17.4",
6364
"mocha": "^5.2.0",

0 commit comments

Comments
 (0)