You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments