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
We currently use prettier . --write, it should be yarn format-check and yarn lint-check command for use in the CI so that it fails the CI if it contains bad things.
We currently use prettier . --write, it should be yarn format-check and yarn lint-check command for use in the CI so that it fails the CI if it contains bad things.
similar to openzim/freecodecamp#146