Skip to content

Commit b635ff2

Browse files
chore(deps): update all non-major dependencies (#104)
* chore(deps): update all non-major dependencies * fix: lint + vscode lint on save --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gugustinette <[email protected]>
1 parent ffc089b commit b635ff2

File tree

6 files changed

+376
-552
lines changed

6 files changed

+376
-552
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"editor.tabSize": 2
2+
"editor.tabSize": 2,
3+
// Lint on save
4+
"editor.codeActionsOnSave": {
5+
"source.fixAll.eslint": "always"
6+
},
37
}

0 commit comments

Comments
 (0)