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
Use Prettier to auto-format code
It can be installed as a VSCode extension and/or as project dependency with npm install prettier --save-dev with corresponding script in package.json: "format": "prettier --write './src/**/*.{ts,tsx}'" , run with npm run format.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: