typescript
typescript copied to clipboard
eslint: ignore yarn directory and backup files
While completing the exercises, yarn created a .yarn directory that created problems with the linter.
Emacs stores backup files as #<something>#, and these files also shouldn't be checked.