Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
farskid committed Dec 20, 2023
1 parent 2fdfcac commit 356c3c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-pumas-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xstate/machine-extractor': minor
---

Do not stringify null literals in object values
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.sortImports": true
"source.fixAll.eslint": "explicit",
"source.sortImports": "explicit"
},
"npm.packageManager": "yarn",
"typescript.tsdk": "node_modules/typescript/lib"
Expand Down

0 comments on commit 356c3c3

Please sign in to comment.