From 0b79d0db2946bc7144a099081557c06b9de8f434 Mon Sep 17 00:00:00 2001 From: Susisu Date: Fri, 17 Nov 2017 14:12:56 +0900 Subject: [PATCH] Fix missing space --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index f3d1176..6ec3089 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "parserOptions":{ + "parserOptions": { "ecmaVersion": 8, "sourceType": "module" },