Skip to content

Commit

Permalink
schema-0.69 codemod (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 23, 2024
1 parent 97a4978 commit 183d054
Show file tree
Hide file tree
Showing 7 changed files with 1,111 additions and 161 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-schools-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/codemod": patch
---

schema-0.69 codemod
13 changes: 6 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.formatOnSave": true,
"eslint.format.enable": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.json-language-features"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.semi": false,
"prettier.trailingComma": "none"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand All @@ -17,7 +19,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand All @@ -40,8 +42,5 @@
"editor.suggestSelection": "recentlyUsed",
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.parameterHints.enabled": true,
"files.watcherExclude": {
"**/target": true
},
"files.insertFinalNewline": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"access": "public",
"directory": "dist"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.0.4",
"description": "Code mod's for the Effect ecosystem",
"engines": {
"node": ">=20.12.2"
Expand Down
Loading

0 comments on commit 183d054

Please sign in to comment.