Skip to content

Commit

Permalink
chore: vs-code run lint fix on file save (#522)
Browse files Browse the repository at this point in the history
* fix: vs-code run lint fix on file save

* Update .vscode/settings.json

Co-authored-by: Wiktor Tkaczyński <[email protected]>

* Update .vscode/settings.json

Co-authored-by: Wiktor Tkaczyński <[email protected]>

---------

Co-authored-by: Wiktor Tkaczyński <[email protected]>
  • Loading branch information
ChaituVR and Sekhmet authored Jul 24, 2024
1 parent e99c456 commit d0413da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dist.cjs
.DS_Store
*.pem
.idea
.vscode

# debug
npm-debug.log*
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
}
}

0 comments on commit d0413da

Please sign in to comment.