shipstation icon indicating copy to clipboard operation
shipstation copied to clipboard

Added Repo Related Optimisations

Open ashishk1331 opened this issue 6 months ago • 0 comments

Features included in this PR,

  • [x] no linting issues - check using npm run lint or are checked before committing code
  • [x] unused imports - added eslint plugin throw error when unused imports or variables remain
  • [x] unformatted code - integrated prettier to run with npx prettier command or as in the pre-commit hook
  • [x] Added script to build client before committing changes

PR Closes #27

ashishk1331 avatar Aug 24 '24 19:08 ashishk1331