-
Notifications
You must be signed in to change notification settings - Fork 189
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
Set up ESLint for post service #3216
Conversation
Make sure to rebase and resolve conflicts first please. Thanks! |
51414e1
@cindyledev while working on this issue, I discovered that there is a bug if we use
To fix it, I changed all of the dependencies to |
According to #3247, we have chosen to unlink local packages so any |
@cindyledev |
src/api/posts/package.json
Outdated
@@ -25,6 +28,8 @@ | |||
"normalize-url": "6.1.0" | |||
}, | |||
"devDependencies": { | |||
"@senecacdot/eslint-config-telescope": "1.0.0", |
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.
Issue This PR Addresses
Fixes #3157
Type of Change
Description
Steps to test the PR
Checklist