manifest
manifest copied to clipboard
lint script to be run from the root folder based on prettier config
Linked Issue: #192
Description
This PR implements a linting setup using Prettier and Turbo. It allows you to:
- Run
npm run lint
orturbo 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
Related Issues
How can it be tested?
Impacted packages
Check the NPM packages that require a new publication or release:
- [ ] manifest
- [ ] @mnfst/sdk
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