Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: limit namespace import identifier in id-length rule (#18849)
* feat: limit namespace import identifier in id-length rule * test: add tests for valid case in 'id-length' rule * refactor: Sort order, Change variable name to semantic name * Update lib/rules/id-length.js Co-authored-by: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com> * Update tests/lib/rules/id-length.js Co-authored-by: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com> * Update tests/lib/rules/id-length.js Co-authored-by: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com> * test: add test for shows that ImportSpecifiers are allowed even with default 2 and with max option --------- Co-authored-by: Tanuj Kanti <86398394+Tanujkanti4441@users.noreply.github.com>
- Loading branch information