-
Notifications
You must be signed in to change notification settings - Fork 137
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
Upgrade dependencies/devDependencies #844
Conversation
166c889
to
e3e983a
Compare
@@ -8,7 +8,7 @@ module.exports = { | |||
sourceType: 'module', | |||
}, | |||
plugins: ['import', 'prettier', '@typescript-eslint'], | |||
extends: ['prettier', 'prettier/@typescript-eslint'], |
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.
now included in prettier: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21
e3e983a
to
4373ac4
Compare
Upgrading |
93611e3
to
3cab908
Compare
* formatting changes are a result of upgrading eslint-config-prettier
b0893e8
to
ee80c93
Compare
4bd4fad
to
f5a069d
Compare
f5a069d
to
3508ba7
Compare
To ensure we catch issues with dependencies sooner, I am beginning to upgrading our dependencies, and plan to address issues encountered during that process.