Skip to content

Commit

Permalink
chore(eslint): add recommendation to always format on save
Browse files Browse the repository at this point in the history
This way we could only trigger `linting` only before merging stuff.
Which would shorten our compute time.

See: BEDS-128
  • Loading branch information
MarcelBitfly committed Aug 8, 2024
1 parent ef8b05f commit e6ec426
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
80,
120
],

"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.formatOnSave": true
}

0 comments on commit e6ec426

Please sign in to comment.