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
chore(dev): do not run prettier to check/format website/*
We have two prettier configuration:
1. /prettierrc.json
2. /website/package.json
When we run prettier on the project root, we should be ignoring
/website/*.
Closes#13.
0 commit comments