From 1e2f30926f4c7eb870c717bcb7149f43aa2b0546 Mon Sep 17 00:00:00 2001 From: trazyn Date: Tue, 24 Jul 2018 04:26:00 +0800 Subject: [PATCH] Fix CI build error --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 009119d..3bc2ae5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,7 +1,7 @@ { "parserOptions": { "ecmaVersion": 2018, - "sourceType": "module", + "sourceType": "module" }, "env": { "es6": true,