From 2c1947ae94a9169883324d76009a35ec9df6b07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=BA?= Date: Sat, 30 Sep 2017 06:48:47 -0500 Subject: [PATCH] update URL of ESLint to https (#927) * Update vue-loader link (#886) * Merge some small fixes (#900) * Remove unused fs require from webpack.base.conf.js (#893) * cleanup some leftover from reverting #688 * update URL of ESLint to https * fix missing comma from conflict resolution --- template/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.eslintrc.js b/template/.eslintrc.js index c10f039ffc..7844912865 100644 --- a/template/.eslintrc.js +++ b/template/.eslintrc.js @@ -1,4 +1,4 @@ -// http://eslint.org/docs/user-guide/configuring +// https://eslint.org/docs/user-guide/configuring module.exports = { root: true,