v4.2.0
π Added
New rules:
π Changed
- no-restricted-dependencies and no-restricted-devDependencies now support wildcards. Ex:
@types/*
will restrict any module that starts with@types/
. This eliminates the need to list all modules under a scope/pattern. Another exampleeslint-plugin-*
. (#154).
Thank you @aaroncadrian for logging the enhancements π