瀏覽代碼

Remove unused vscode extension support

This doesn't belong in the repo even if were used
https://github.com/standard/vscode-standard
Manav Rathi 1 年之前
父節點
當前提交
d80fad6cf1
共有 2 個文件被更改,包括 1 次插入7 次删除
  1. 1 4
      desktop/package.json
  2. 0 3
      web/packages/eslint-config/package.json

+ 1 - 4
desktop/package.json

@@ -124,8 +124,5 @@
             "out"
         ]
     },
-    "productName": "ente",
-    "standard": {
-        "parser": "babel-eslint"
-    }
+    "productName": "ente"
 }

+ 0 - 3
web/packages/eslint-config/package.json

@@ -10,8 +10,5 @@
         "eslint-config-next": "latest",
         "eslint-config-prettier": "latest",
         "eslint-plugin-react": "latest"
-    },
-    "standard": {
-        "parser": "babel-eslint"
     }
 }