import-js/eslint-plugin-import

Rule import/no-deprecated not working

开放

#2,245 创建于 2021年10月5日

 (12 条评论) (0 个反应) (0 位负责人)JavaScript (1,549 个派生)batch import
help wantedtypescript

仓库指标

星标
 (5,938 个星标)
PR 合并指标
 (平均合并 138天 22小时) (30 天内合并 3 个 PR)

描述

Sorry maybe I missed something in docs but I am unable to make work rule import/no-deprecated. I installed eslint-plugin-import version 6.11.3 I put rules in my config . ... import/no-deprecated: 1, import/no-cycle: 1 ... The problem is - I see rule no-cycle is working, and I can change level of it from warning to error. But I see no signs of import/no-deprecated rule despite the fact that entities marked with @deprecated tag in JSDocs exist in project. What can be wrong? Thanks in advance.

贡献者指南