Closed zloirock closed 5 months ago
In some cases, it could be good to have an option to allow some "banned" dependencies - for example, it's not always possible to replace it with an alternative immediately, and .json files do not allow eslint-disable comments.
.json
eslint-disable
that makes sense to me, some kind of allow list we can pass to the ban-dependencies rule
ban-dependencies
would be open to contributions to introduce that
In some cases, it could be good to have an option to allow some "banned" dependencies - for example, it's not always possible to replace it with an alternative immediately, and
.json
files do not alloweslint-disable
comments.