You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be extensive edits to schema.graphql as we do more work migrating to the develop-postgres branch
Our current npx eslint <filename> command fails in our GitHub Actions if schema.graphql is included.
Eslint needs to handle the schema.graphql file. This is greatly preferred to excluding the file from linting
This package, or something similar needs to be considered
The npx eslint CLI command should ideally not be altered. If it needs to be then all references to it in documentation, our GitHub actions and code need to be updated
Prettier
We need to add *.graphql files to these prettier commands:
Describe the bug
schema.graphql
as we do more work migrating to the develop-postgres branchnpx eslint <filename>
command fails in our GitHub Actions ifschema.graphql
is included.schema.graphql
file. This is greatly preferred to excluding the file from lintingnpx eslint
CLI command should ideally not be altered. If it needs to be then all references to it in documentation, our GitHub actions and code need to be updatednpm format:fix
npm format:check
To Reproduce
Expected behavior
Actual behavior
Screenshots
Additional details
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: