oxc icon indicating copy to clipboard operation
oxc copied to clipboard

[Feature Request] [Linter] Adopt eslint-plugin-deprecation

Open MIreland opened this issue 10 months ago • 0 comments

This is a feature request to adopt the eslint-plugin-deprecation plugin/rule.

The import/no-deprecation plugin catches far fewer deprecation errors than the plugin mentioned above- I created a sample project here that shows multiple deprecated files in-use that are not caught by oxlint OR eslint.

The deprecation/deprecation rule is also one of the slowest in our current CI flow, so it would make a HUGE quality of life difference if we could offload it to oxlint.

Example timings from two projects: image

image

Thanks!

MIreland avatar Apr 05 '24 17:04 MIreland