diff --git a/.vscode/settings.json b/.vscode/settings.json index c4951686b125..4f7386936e02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,5 @@ "editor.formatOnSave": true, "flow.useNPMPackagedFlow": true, "javascript.validate.enable": false, - "jest.pathToJest": "yarn jest --", - "prettier.eslintIntegration": true + "jest.pathToJest": "yarn jest --" }