remix-run / blues-stack

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
961 stars 236 forks source link

fix(eslint): ignore postgres-data folder #115

Closed livthomas closed 2 years ago

livthomas commented 2 years ago

Once postgres-data folder is created by the PostgreSQL Docker container, ESLint starts to fail because it cannot access this folder as it's owned by a different user. This folder is already included in .gitignore and I think it should also be ignored by ESLint since it only contains DB data.