From a5df1f4aa39be10e4ad7ccd16a10f4fc2e5379f2 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 6 Jan 2019 16:35:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.eslintrc b/.eslintrc index 22339c90..e883443a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,6 +3,7 @@ "parser": "babel-eslint" }, "extends": [ + "eslint:recommended", "plugin:vue/essential" ], "plugins": [ @@ -14,6 +15,14 @@ "browser": true, "node": true }, + "globals": { + "LM_OK": false, + "LM_INFO": false, + "LM_WARN": false, + "LM_ERR": false, + "LM_FATAL": false, + "LM_TOTAL": false + }, "rules": { "strict": 0, "indent": [0, 4, { @@ -31,5 +40,6 @@ "ignoreComments": true, "ignoreUrls": true }], + "no-console": off } } \ No newline at end of file