diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b62ad44..03a47b8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit", - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "typescript.preferences.preferTypeOnlyAutoImports": true } diff --git a/turbo.json b/turbo.json index 2018aa65..48c84c00 100644 --- a/turbo.json +++ b/turbo.json @@ -9,8 +9,12 @@ "dist/**" ] }, - "lint": {}, - "lint:fix": {}, + "lint": { + "cache": false + }, + "lint:fix": { + "cache": false + }, "dev": { "cache": false, "persistent": true