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
This command is acting like lint:fix in package.json.
It should be: lint": "next lint && biome lint, and the codebase should error each commit if it is not fully linted.
This is a problem since our linters all complain, so we run the fix, and then we have a stack of conflicts the next upstream commit we want to merge in.
I made a PR in #599 but I think it doesn't help to try merge in a linted version of the codebase, since that should be done by upstream ?
Do love the library tho, so thank you.
The text was updated successfully, but these errors were encountered:
This command is acting like
lint:fix
inpackage.json
.It should be:
lint": "next lint && biome lint
, and the codebase should error each commit if it is not fully linted.This is a problem since our linters all complain, so we run the fix, and then we have a stack of conflicts the next upstream commit we want to merge in.
I made a PR in #599 but I think it doesn't help to try merge in a linted version of the codebase, since that should be done by upstream ?
Do love the library tho, so thank you.
The text was updated successfully, but these errors were encountered: