Skip to content

Commit

Permalink
remove local changes from .vscode and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chintannp committed Feb 11, 2022
1 parent b212dd3 commit c635f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.requireConfig": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"javascript.format.insertSpaceBeforeAndAfterBinaryOperators": false
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,5 @@
"jest": {
"resetMocks": true,
"verbose": true
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.17"
}
}

0 comments on commit c635f3e

Please sign in to comment.