-
Notifications
You must be signed in to change notification settings - Fork 515
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
1.27.0-0.0.2: [fix] ledger u2f chrome 91 #580
Conversation
@@ -46,18 +46,19 @@ | |||
"prettier": "^2.0.5", | |||
"rimraf": "^3.0.0", | |||
"rollup": "^1.27.5", | |||
"rollup-plugin-svelte": "^5.0.3", | |||
"rollup-plugin-svelte": "^6.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.
Fixes svelte compilation issue
@@ -6,8 +6,7 @@ module.exports = { | |||
}, | |||
extends: [ | |||
'plugin:@typescript-eslint/recommended', | |||
'prettier/@typescript-eslint', | |||
'plugin:prettier/recommended' | |||
'prettier' |
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.
I needed to update our eslint/prettier setup as I was getting some conflicting formatting issues between the two. It's a good time to do this as this is the approach that prettier recommends and follows the design principle of separation of concerns.
Fixes #577 |
No description provided.