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,