浏览代码

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",