Browse Source

Fix typo.

Lauri Ojansivu 5 năm trước cách đây
mục cha
commit
4f5de87cc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

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