oxc
oxc copied to clipboard
linter: eslint-plugin-import/no-deprecated
https://github.com/oxc-project/oxc/blob/main/crates/oxc_linter/src/rules/import/no_deprecated.rs
First step: Need to mark a function as "deprecated" somewhere ...
probably look at https://www.npmjs.com/package/eslint-plugin-deprecation which is more comprehensive in its deprecation logic.
Can we start this work? 👀