-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: 🎸 add ramda and test-tools import messages #42
Conversation
@@ -39,6 +39,7 @@ | |||
"postinstall": "lerna bootstrap && yarn build && lerna link" | |||
}, | |||
"devDependencies": { | |||
"@geut/chan": "^2.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wtf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣 util to add changes to the changelog following the keep a changelog pattern. It was already being used in the project, I just forgot to add it to the deps https://github.com/geut/chan/tree/master/packages/chan
* feat: 🎸 add ramda and test-tools import messages * chore: 🤖 update changelog and add chan dep * chore: 🤖 remove wrong ci task
* feat: 🎸 add ramda and test-tools import messages * chore: 🤖 update changelog and add chan dep * chore: 🤖 remove wrong ci task
* feat: 🎸 add ramda and test-tools import messages * chore: 🤖 update changelog and add chan dep * chore: 🤖 remove wrong ci task
What is the purpose of this pull request?
Add recommendation messages for restricted imports (
@testing-library/react
andlodash
).Screenshots or example usage
Unfortunately, currently eslint doesn't support adding messages to a
pattern
restriction, solodash/*
is not as nice as it could be. There's an open issue about this here. We could probably help implement this, seems easy enough. Do we wait for that?Closes #13
Types of changes