Skip to content

Commit

Permalink
Updated local config files
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Mar 19, 2024
1 parent 79e911f commit 229f32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,5 @@
"tabWidth": 2,
"useTabs": false,
"printWidth": 100,
"trailingComma": "none",
"overrides": [
{
"files": "*.js",
"options": {
"tabWidth": 4
}
}
]
"trailingComma": "none"
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.tabSize": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit 229f32a

Please sign in to comment.