Skip to content

Commit

Permalink
other: Added lint on save setting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Jun 30, 2021
1 parent 5d29414 commit 95d7993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"test/**/__snapshots__": true,
"yarn.lock": true,
"*.{css,sass,scss}.d.ts": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 95d7993

Please sign in to comment.