Replies: 2 comments 5 replies
-
|
after successful migration of both front-end(React) and back-end(Postgres)? |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I'm thinking two linters, one each for React and ExpressJS, what are your thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
Activating the linter is a decision we'll need to make as a team, since it will affect everyone.
Upon creating the PR for a linter workflow, we realized 2 things:
This means we cannot activate the linter until all issues with the code is resolved. Linting our entire codebase is not likely a top priority right now, so @Jooms suggested the following:
Configure the linter to suppress all errors as warnings so we can activate the workflow and still accept PRs, then decide on when we're ready to re-activate the linter after the code is cleaned up.
How do we feel about this route, or does anyone have alternative ideas?
At what stage do we think we'll be ready to enforce the linter?
Linked to issue #19
Beta Was this translation helpful? Give feedback.
All reactions