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.
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.