diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 72ae89ec3d9..21a83b9c2e1 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -108,7 +108,7 @@ }, "rome.requireConfiguration": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Require a Rome configuration file to enable syntax errors, formatting and linting. Requires Rome 12 or newer." } }