import-js/eslint-plugin-import

Rule import/no-deprecated not working

Aberta

#2.245 aberto em 5 de out. de 2021

 (12 comentários) (0 reação) (0 responsável)JavaScript (1.549 forks)batch import
help wantedtypescript

Métricas do repositório

Stars
 (5.938 estrelas)
Métricas de merge de PR
 (Mesclagem média 138d 22h) (3 fundiu PRs em 30d)

Description

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.

Guia do colaborador