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

Update dependencies and lint /2 #2440

Merged
merged 2 commits into from Sep 16, 2019
Merged

Update dependencies and lint /2 #2440

merged 2 commits into from Sep 16, 2019

Conversation

fregante
Copy link
Member

I was able to solve the issues I had in #2391, so this updates the remaining linting dependencies to their latest version.

@fregante fregante added the meta Related to Refined GitHub itself label Sep 16, 2019
@@ -117,6 +117,7 @@
"rules": {
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/promise-function-async": "off",
"@typescript-eslint/no-explicit-any": "error",
Copy link
Member Author

Choose a reason for hiding this comment

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

"import/no-unresolved": "warn",
"import/named": "warn"
"import/no-unresolved": "off",
"import/named": "off"
Copy link
Member Author

Choose a reason for hiding this comment

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

Reportedly disabled upstream: xojs/xo@ee145cb

...but it appears to still be enabled here, so I'm disabling it manually.

Copy link
Member

Choose a reason for hiding this comment

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

Not released yet.

"source"
"source",
"test",
"webpack.config.ts"
Copy link
Member Author

Choose a reason for hiding this comment

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

This fixed the issue I was having in the previous PR.

@fregante fregante merged commit 785df0e into master Sep 16, 2019
@fregante fregante deleted the dependencies branch September 16, 2019 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Related to Refined GitHub itself
Development

Successfully merging this pull request may close these issues.

None yet

2 participants