manifest icon indicating copy to clipboard operation
manifest copied to clipboard

lint script to be run from the root folder based on prettier config

Open Abhi-Bohora opened this issue 5 months ago • 1 comments

Linked Issue: #192

Description

This PR implements a linting setup using Prettier and Turbo. It allows you to:

  • Run npm run lint or turbo lint from the root folder to check all files against our Prettier config
  • Run npm run lint:fix from the root folder to automatically fix linting issues
  • Use Turbo to efficiently lint across all packages in the monorepo turbo

Related Issues

How can it be tested?

Impacted packages

Check the NPM packages that require a new publication or release:

Check list before submitting

  • [ ] I have performed a self-review of my code (no debugs, no commented code, good naming, etc.)
  • [ ] I wrote the relative tests
  • [ ] I created a PR for the documentation if necessary and attached the link to this PR
  • [ ] This PR is wrote in a clear language and correctly labeled

Abhi-Bohora avatar Oct 02 '24 12:10 Abhi-Bohora