Skip to content

Commit

Permalink
minor changes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Aug 8, 2023
1 parent d8b7ba2 commit 495c557
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"editor.codeActionsOnSave": { "quickfix.rome": true },
"editor.defaultFormatter": "rome.rome"
"editor.defaultFormatter": "rome.rome",
"editor.formatOnSave": true,
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"lint-staged": {
"*.{ts,tsx}": "rome format --quote-style=double --write"
"*.{ts,tsx}": "rome format --write"
},
"jest": {
"roots": [
Expand Down
5 changes: 5 additions & 0 deletions rome.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
},
"files": {
"ignore": ["node_modules/*", "build/*"]
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
}
}

0 comments on commit 495c557

Please sign in to comment.