Linting #356
Unanswered
samuelcastro
asked this question in
General
Linting
#356
Replies: 1 comment 1 reply
-
I don't use it automatically, sorry about the inconvenience. I don't experience much "code formatting" issues/conflicts though, and we have 3 projects based on both NRN's presets. 🤔 |
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
-
Do you use
yarn lint:fix
?Every time there is a new code change I face a lot of merge conflict issues due to code formatting which I think could be avoided by simply using the already available
lint:fix
script.Ideally would be great to have a more robust code formatter (prettier or something else) but we discussed this already.
A good code consistent is crucial.
Thoughts.
Beta Was this translation helpful? Give feedback.
All reactions