فهرست منبع

remove module source type in eslint config

Garrett Johnson 5 سال پیش
والد
کامیت
e31756e0d3
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      .eslintrc.json

+ 1 - 2
.eslintrc.json

@@ -1,8 +1,7 @@
 {
 	"root": true,
 	"parserOptions": {
-        "ecmaVersion": 2018,
-		"sourceType": "module"
+        "ecmaVersion": 2018
 	},
 
 	"extends": "./node_modules/eslint-config-mdcs/index.js",