diff --git a/desktop/package.json b/desktop/package.json index 70f11b172d..25bf9d66f1 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -124,8 +124,5 @@ "out" ] }, - "productName": "ente", - "standard": { - "parser": "babel-eslint" - } + "productName": "ente" } diff --git a/web/packages/eslint-config/package.json b/web/packages/eslint-config/package.json index a886b015ea..1bc3398157 100644 --- a/web/packages/eslint-config/package.json +++ b/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" } }