Skip to content

Commit

Permalink
fix: Remove unnecessary vscode/settings.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
annaPerdomo committed Feb 22, 2024
1 parent 3be8179 commit 5918d43
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,5 @@
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": [
"actinc"
],
"[javascript][typescript][typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll": "never",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
}
}
"cSpell.words": ["actinc"]
}

0 comments on commit 5918d43

Please sign in to comment.