-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore(deps): update @antfu/eslint-config
v3.8.0
#6751
chore(deps): update @antfu/eslint-config
v3.8.0
#6751
Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
packages/web-worker/README.md
Outdated
import MyWorker from '../worker?worker' | ||
// worker.test.ts | ||
import '@vitest/web-worker' | ||
import MyWorker from '../worker?worker' |
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 is still fixed after disabling **/*.md
. Let me check this further.
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.
Took a while to figure out weird globbing **/*.md/${GLOB_SRC}
😅 f32bdbb
Description
New import sorting based on https://github.com/azat-io/eslint-plugin-perfectionist is a huge change, so I split it from renovate PRs #6750
Though the diff is huge, the sorting looks clean, so it's probably fine to adopt this?
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yaml
unless you introduce a new test example.Tests
pnpm test:ci
.Documentation
pnpm run docs
command.Changesets
feat:
,fix:
,perf:
,docs:
, orchore:
.