Lauri Ojansivu 5 年 前
コミット
4f5de87cc4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

@@ -13,7 +13,7 @@
   },
   "parserOptions": {
     "ecmaVersion": 2018,
-    "sourceType": "module",
+    "sourceType": "module"
   },
   "rules": {
     "strict": 0,