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,940 顆星)
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.

貢獻者指南