|
8 | 8 | |:--|:--:|:--:|:--:| |
9 | 9 | |Code style|🟢 **100**|🟡 54|| |
10 | 10 | |Bug prevention|🟢 **95**|🟡 68|| |
11 | | -|Performance|🟢 **94**|🟢 92|| |
| 11 | +|[Performance](https://developers.google.com/web/fundamentals/performance)|🟢 **94**|🟢 92|| |
12 | 12 |
|
13 | 13 | ## 🗃️ Groups |
14 | 14 |
|
|
17 | 17 |
|
18 | 18 | |🔌 Plugin|🗃️ Group|⭐ Current score|⭐ Previous score|🔄 Score change| |
19 | 19 | |:--|:--|:--:|:--:|:--:| |
20 | | -|ESLint|Maximum lines limitation|🟢 **100**|🟡 50|| |
| 20 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|Maximum lines limitation|🟢 **100**|🟡 50|| |
21 | 21 | |Lighthouse|Performance|🟢 **94**|🟢 92|| |
22 | 22 |
|
23 | 23 | </details> |
|
30 | 30 |
|
31 | 31 | |🔌 Plugin|🛡️ Audit|📏 Current value|📏 Previous value|🔄 Value change| |
32 | 32 | |:--|:--|:--:|:--:|:--:| |
33 | | -|ESLint|Disallow variable declarations from shadowing variables declared in the outer scope|🟩 **passed**|🟥 3 warnings|| |
34 | | -|ESLint|Require or disallow method and property shorthand syntax for object literals|🟩 **passed**|🟥 3 warnings|| |
35 | | -|ESLint|verifies the list of dependencies for Hooks like useEffect and similar|🟩 **passed**|🟥 2 warnings|| |
36 | | -|ESLint|Disallow unused variables|🟩 **passed**|🟥 1 warning|| |
37 | | -|ESLint|Require braces around arrow function bodies|🟩 **passed**|🟥 1 warning|| |
38 | | -|ESLint|Require the use of `===` and `!==`|🟩 **passed**|🟥 1 warning|| |
39 | | -|ESLint|Enforce a maximum number of lines of code in a function|🟩 **passed**|🟥 1 warning|| |
40 | | -|ESLint|Require `const` declarations for variables that are never reassigned after declared|🟩 **passed**|🟥 1 warning|| |
41 | | -|ESLint|Disallow missing `key` props in iterators/collection literals|🟩 **passed**|🟥 1 warning|| |
42 | | -|Lighthouse|Largest Contentful Paint|🟨 **1.4 s**|🟨 1.5 s|| |
43 | | -|Lighthouse|First Contentful Paint|🟨 **1.1 s**|🟨 1.2 s|| |
44 | | -|Lighthouse|Speed Index|🟩 **1.1 s**|🟩 1.2 s|| |
| 33 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Disallow variable declarations from shadowing variables declared in the outer scope](https://eslint.org/docs/latest/rules/no-shadow)|🟩 **passed**|🟥 3 warnings|| |
| 34 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Require or disallow method and property shorthand syntax for object literals](https://eslint.org/docs/latest/rules/object-shorthand)|🟩 **passed**|🟥 3 warnings|| |
| 35 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[verifies the list of dependencies for Hooks like useEffect and similar](https://github.com/facebook/react/issues/14920)|🟩 **passed**|🟥 2 warnings|| |
| 36 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Disallow unused variables](https://eslint.org/docs/latest/rules/no-unused-vars)|🟩 **passed**|🟥 1 warning|| |
| 37 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Require braces around arrow function bodies](https://eslint.org/docs/latest/rules/arrow-body-style)|🟩 **passed**|🟥 1 warning|| |
| 38 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Require the use of `===` and `!==`](https://eslint.org/docs/latest/rules/eqeqeq)|🟩 **passed**|🟥 1 warning|| |
| 39 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Enforce a maximum number of lines of code in a function](https://eslint.org/docs/latest/rules/max-lines-per-function)|🟩 **passed**|🟥 1 warning|| |
| 40 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Require `const` declarations for variables that are never reassigned after declared](https://eslint.org/docs/latest/rules/prefer-const)|🟩 **passed**|🟥 1 warning|| |
| 41 | +|[ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin)|[Disallow missing `key` props in iterators/collection literals](https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/jsx-key.md)|🟩 **passed**|🟥 1 warning|| |
| 42 | +|Lighthouse|[Largest Contentful Paint](https://developer.chrome.com/docs/lighthouse/performance/largest-contentful-paint/)|🟨 **1.4 s**|🟨 1.5 s|| |
| 43 | +|Lighthouse|[First Contentful Paint](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)|🟨 **1.1 s**|🟨 1.2 s|| |
| 44 | +|Lighthouse|[Speed Index](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)|🟩 **1.1 s**|🟩 1.2 s|| |
45 | 45 |
|
46 | 46 | 40 other audits are unchanged. |
47 | 47 |
|
|
0 commit comments