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
- Replace && expressions with if statements to avoid unused expressions
- Use structuredClone instead of JSON.parse(JSON.stringify())
- Replace forEach with for...of loops
- Replace Array.reduce() with for...of loops or flatMap
- Replace .concat() with template literals or spread operators
- Use logical operators instead of ternary where appropriate
- Pass inline arrow functions instead of direct function references to map()
- Add error messages to Error constructors
- Disable unicorn/consistent-function-scoping for debounced MobX action
0 commit comments