Skip to content

Commit d53acfc

Browse files
committed
Version 1.0.9
1 parent ff43280 commit d53acfc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A vue (2.x) component support big data and infinite loading by using virtual scroll list.",
55
"main": "index.js",
66
"files": [
77
"index.js"
88
],
99
"scripts": {
10+
"lint": "eslint index.js",
1011
"dev": "webpack --watch --config ./dev/webpack.conf.js",
1112
"examples": "webpack --watch --config ./examples/webpack.conf.js"
1213
},
@@ -29,6 +30,12 @@
2930
"babel-loader": "^6.4.0",
3031
"babel-preset-env": "^1.5.1",
3132
"css-loader": "^0.27.2",
33+
"eslint": "^4.1.1",
34+
"eslint-config-standard": "^10.2.1",
35+
"eslint-plugin-import": "^2.6.1",
36+
"eslint-plugin-node": "^5.1.0",
37+
"eslint-plugin-promise": "^3.5.0",
38+
"eslint-plugin-standard": "^3.0.1",
3239
"vue": "^2.2.2",
3340
"vue-loader": "^11.1.4",
3441
"vue-template-compiler": "^2.2.2",

0 commit comments

Comments
 (0)