To submit your change:
The codebase is formatted by Prettier and the .prettierrc.json has been
configured.
Format on Save configuration could easily format your
code during development.prettier-format-check and prettier-format-apply to check and
format your codebase with prettier in terminal.ESlint is used as linter for the codebase and the .eslintrc.json has been
configured.
npm run lint then fix errors and warnings before
committing.