gund / eslint-plugin-deprecation

ESLint rule that reports usage of deprecated code
GNU Lesser General Public License v3.0
329 stars 38 forks source link

Is there a way to skip/ignore specific deprecations or packages? #88

Open Ketec opened 1 month ago

Ketec commented 1 month ago

I glanced over the documentation but didn't immediately notice anything. There are some annoyances that show up from third party packages - for example google maps deprecating the "old" marker (while new one is radically different and has problems).

These can quickly clutter and make it harder to notice valuable information in eslint output, while also marking them unstable in CICD.

Harpush commented 2 weeks ago

I need it too