import-js/eslint-plugin-import

Rule import/no-deprecated not working

オープン

#2,245 opened on 2021/10/05

 (12 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (1,549 件のフォーク)batch import
help wantedtypescript

Repository metrics

Stars
 (5,940 個のスター)
PR merge metrics
 (平均マージ 138d 22h) (30d で 3 merged PRs)

説明

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.

コントリビューターガイド