Closed mdjermanovic closed 6 months ago
Adds /.vscode/ to .gitignore.
/.vscode/
.gitignore
Particularly useful at the moment since we're now using flat config for linting and vscode-eslint still needs to be configured with "eslint.experimental.useFlatConfig": true.
vscode-eslint
"eslint.experimental.useFlatConfig": true
Adds
/.vscode/
to.gitignore
.Particularly useful at the moment since we're now using flat config for linting and
vscode-eslint
still needs to be configured with"eslint.experimental.useFlatConfig": true
.