Code PushUp report

ESLint audits

●  Disallow missing props validation in a React component definition  6 warnings
●  Disallow variable declarations from shadowing variables declared   3 warnings
   in the outer scope
●  Require or disallow method and property shorthand syntax for       3 warnings
   object literals
●  verifies the list of dependencies for Hooks like useEffect and     2 warnings
   similar
●  Disallow missing `key` props in iterators/collection literals       1 warning
●  Disallow unused variables                                           1 warning
●  Enforce a maximum number of lines of code in a function             1 warning
●  Require `const` declarations for variables that are never           1 warning
   reassigned after declared
●  Require braces around arrow function bodies                         1 warning
●  Require the use of `===` and `!==`                                  1 warning
●  ... + 37 audits with perfect scores ...

Lighthouse audits

●  Minimize third-party usage                  Third-party code blocked the main
                                                             thread for 6,850 ms
●  First Contentful Paint                                                  1.2 s
●  Largest Contentful Paint                                                1.5 s
●  Speed Index                                                             1.2 s
●  ... + 2 audits with perfect scores ...

Categories

┌──────────────────┬─────────┬──────────┐
│  Category        │  Score  │  Audits  │
├──────────────────┼─────────┼──────────┤
│  Performance     │     92  │       8  │
│  Bug prevention  │     68  │      16  │
│  Code style      │     54  │      13  │
└──────────────────┴─────────┴──────────┘

Made with ❤ by code-pushup.dev
