Преглед изворни кода

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