Skip to content
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

fix lint-staged for multi package #117

Merged
merged 3 commits into from Mar 11, 2021

Conversation

AdriSolid
Copy link
Contributor

Copy link
Contributor

@VictorVelarde VictorVelarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 LGTM

@@ -23,7 +23,8 @@
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverage"
"test:coverage": "jest --collectCoverage",
"precommit": "lint-staged"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to remember to apply this to the current PR with the new workers package @AdriSolid @padawannn

@AdriSolid AdriSolid merged commit 39c2d88 into master Mar 11, 2021
@AdriSolid AdriSolid deleted the fix-lint-staged-for-multi-package branch March 11, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants