Modifying lint in build step #74718
Unanswered
AndrewPark9517
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello there, looking for clarification on the default lint step in next build.
Currently, the project I'm working on has a pipeline where there is a separate lint step, so followed the instructions to skip during build and extend from @next/recommended.
However, now I'm wondering if it's possible to modify the default lint step in the build so that any lint failures occur earlier in the pipeline and remove the separate lint step.
Additional information
If the eslintrc file looks sth like that, is there a way to port over all these rules to the default lint step in build?
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions