eslint / generator-eslint

A Yeoman generator to help with ESLint development
Other
227 stars 51 forks source link

chore: add `.vscode` to `.gitignore` #186

Closed mdjermanovic closed 3 months ago

mdjermanovic commented 3 months ago

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.