-
-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
A-linterArea - LinterArea - LinterC-bugCategory - BugCategory - Buggood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
split from #5103
bunx oxlint@latest --jest-plugin --jsdoc-plugin --jsx-a11y-plugin --nextjs-plugin --react-perf-plugin -D prefer-to-have-length --fix <path name>
input
expect((meta.get('pages') as YArray<unknown>).length).toBe(
(originalMeta.get('pages') as YArray<unknown>).length
);output:
(originalMeta.get('pages') as YArray<unknown>).length
);expected output
expect((meta.get('pages') as YArray<unknown>)).toHaveLength(
(originalMeta.get('pages') as YArray<unknown>).length
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-bugCategory - BugCategory - Buggood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Type
Fields
Give feedbackPriority
None yet