-
Notifications
You must be signed in to change notification settings - Fork 25
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
Minor code changes extracted from #8151 #8176
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8176 +/- ##
=======================================
Coverage 73.39% 73.39%
=======================================
Files 1313 1314 +1
Lines 40718 40722 +4
Branches 7571 7571
=======================================
+ Hits 29885 29888 +3
- Misses 10833 10834 +1 ☔ View full report in Codecov by Sentry. |
group: ["../*"], | ||
message: | ||
'Use root-based imports (`import "@/something"`) instead of relative imports.', | ||
}, |
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.
Moved in from pixiebrix/eslint-config-pixiebrix#249
@@ -42,7 +42,7 @@ export function useLabelRenderer() { | |||
href="#" | |||
onClick={async (event) => { | |||
await writeToClipboard({ | |||
text: getPathFromArray(keyPath.reverse()), | |||
text: getPathFromArray([...keyPath].reverse()), |
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.
Related future lint rule: https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/1514
@@ -0,0 +1,110 @@ | |||
/* | |||
* Copyright (C) 2024 PixieBrix, Inc. |
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.
This file cannot be strict yet, 290 errors
No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack. Do not edit this comment manually. |
What does this PR do?
IsolatedComponent
) #8151That PR is too big already, I removed some changes and sent them here:
.reverse()
selectElement
fromelementPicker
, because that file is already big as it isChecklist