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.