Tyler Earls

Results 7 issues of Tyler Earls

Hi! I use this project for a UI app and I'm wondering if there's a timeline to support Vue 3. Since the Vue core team [recently announced](https://twitter.com/vuejs/status/1388144585600274433?s=20) a migration build,...

WIP. as of now just ported over the tests and cleaned up the syntax from what the script generated, also added documentation to the rule declaration. just have to actually...

C-enhancement
A-linter

Closes #12220 I refined the logic for this rule to address false positives that were reported. The key improvements include: 1. Path Alias Detection: Introduced a new `is_package_import()` helper function...

C-bug
A-linter

Closes #11983. Previously, when ESLint directive comments (e.g., `// eslint-disable custom-plugin/rule`) contained unknown or custom plugin rules, they were incorrectly flagged as "unused directives" even though oxlint couldn't determine if...

C-bug
A-linter
A-cli
A-editor

I implemented the `react/display-name` rule. I categorized it as style because it's more idiomatic to add displayNames and helps with debugging, but it does not affect functionality and is not...

C-enhancement
A-linter
A-cli

## Summary Fixes #16712. This PR adds empty value filtering to `SSL_CERT_FILE` environment variable handling, matching the existing behavior of `SSL_CERT_DIR`. Previously, setting `SSL_CERT_FILE=""` would cause uv to attempt to...

bug

Closes #5848 Implement the missing `getLogFilter` helper function to achieve full Rollup API compatibility for advanced log filtering. The helper function supports: - Simple property matching (code:FOO) - Wildcard patterns...