oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.
https://oxc.rs
MIT License
10.52k stars 387 forks source link

linter: eslint-plugin-import/no-deprecated #2545

Open Boshen opened 6 months ago

Boshen commented 6 months ago

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 ...

vincentbriglia commented 4 months ago

probably look at https://www.npmjs.com/package/eslint-plugin-deprecation which is more comprehensive in its deprecation logic.