Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Conversation

livthomas
Copy link
Contributor

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.

@mcansh mcansh merged commit 5f524a3 into remix-run:main Sep 1, 2022
@livthomas livthomas deleted the patch-1 branch September 1, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants