Remove unused vscode extension support

This doesn't belong in the repo even if were used
https://github.com/standard/vscode-standard
This commit is contained in:
Manav Rathi
2024-03-15 14:51:50 +05:30
parent a8de049519
commit d80fad6cf1
2 changed files with 1 additions and 7 deletions

View File

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

View File

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