-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a lint script #192
Labels
Comments
6 tasks
If this issue is still open, please assign it to me. @brunobuddy |
npm packages are giving error while installing @brunobuddy . |
Hi @nitesh2920 as of today we did not make it compatible with Windows, only with Mac and Linux. I will check that soon. |
@nitesh2920 the 4.0.4 version of Manifest is now compatible with Windows 😃 |
@brunobuddy okay |
Installed Husky on PR #232 with auto linting for several packages:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a a lint script to be run from the root folder with https://turbo.build/
We should be able to run
npm run lint
orturbo lint
to lint all files based on our prettier config.The text was updated successfully, but these errors were encountered: