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
ENG-1777 Enhance ESLint naming conventions in base config (#1060)
- Added new rules to allow leading underscores for various selectors.
- Introduced flexibility for naming conventions in object properties, destructured variables, and class properties.
- Allowed PascalCase for function declarations used as React components.
- Updated existing rules to accommodate additional formats for constants and enum members.
0 commit comments