We should probably add .vscode to the .gitignore since I assume many of us are probably using VSCode and are going to change ESLint for the workspace settings.
BTW: This is what I put in my .vscode/settings.json. Not sure if it's exactly correct for the workflow to pass
We should probably add
.vscode
to the.gitignore
since I assume many of us are probably using VSCode and are going to change ESLint for the workspace settings.BTW: This is what I put in my
.vscode/settings.json
. Not sure if it's exactly correct for the workflow to pass