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 <[email protected]>
* Update tests/lib/rules/id-length.js
Co-authored-by: Tanuj Kanti <[email protected]>
* Update tests/lib/rules/id-length.js
Co-authored-by: Tanuj Kanti <[email protected]>
* test: add test for shows that ImportSpecifiers are allowed even with default 2 and with max option
---------
Co-authored-by: Tanuj Kanti <[email protected]>
0 commit comments