@@ -73,7 +73,7 @@ Performance metrics [📖 Docs](https://developers.google.com/web/fundamentals/p
7373
7474#### Issues
7575
76- | Severity | Message | Source file | Line(s) |
76+ | Severity | Message | Source | Line(s) |
7777| :----------: | :----------------------------------------------- | :------------------------------ | :-----: |
7878| ⚠️ _ warning_ | 'onCreate' is missing in props validation | ` src/components/CreateTodo.jsx ` | 15 |
7979| ⚠️ _ warning_ | 'setQuery' is missing in props validation | ` src/components/TodoFilter.jsx ` | 10 |
@@ -93,7 +93,7 @@ ESLint rule **prop-types**, from _react_ plugin. [📖 Docs](https://github.com/
9393
9494#### Issues
9595
96- | Severity | Message | Source file | Line(s) |
96+ | Severity | Message | Source | Line(s) |
9797| :----------: | :----------------------------------------------------------------- | :---------------------- | :-----: |
9898| ⚠️ _ warning_ | 'data' is already declared in the upper scope on line 5 column 10. | ` src/hooks/useTodos.js ` | 11 |
9999| ⚠️ _ warning_ | 'data' is already declared in the upper scope on line 5 column 10. | ` src/hooks/useTodos.js ` | 29 |
@@ -110,7 +110,7 @@ ESLint rule **no-shadow**. [📖 Docs](https://eslint.org/docs/latest/rules/no-s
110110
111111#### Issues
112112
113- | Severity | Message | Source file | Line(s) |
113+ | Severity | Message | Source | Line(s) |
114114| :----------: | :--------------------------- | :---------------------- | :-----: |
115115| ⚠️ _ warning_ | Expected property shorthand. | ` src/hooks/useTodos.js ` | 19 |
116116| ⚠️ _ warning_ | Expected property shorthand. | ` src/hooks/useTodos.js ` | 32 |
@@ -127,7 +127,7 @@ ESLint rule **object-shorthand**. [📖 Docs](https://eslint.org/docs/latest/rul
127127
128128#### Issues
129129
130- | Severity | Message | Source file | Line(s) |
130+ | Severity | Message | Source | Line(s) |
131131| :----------: | :----------------------------------------------------------------------------------------------------------------------- | :---------------------- | :-----: |
132132| ⚠️ _ warning_ | React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies? | ` src/hooks/useTodos.js ` | 17 |
133133| ⚠️ _ warning_ | React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies? | ` src/hooks/useTodos.js ` | 40 |
@@ -143,7 +143,7 @@ ESLint rule **exhaustive-deps**, from _react-hooks_ plugin. [📖 Docs](https://
143143
144144#### Issues
145145
146- | Severity | Message | Source file | Line(s) |
146+ | Severity | Message | Source | Line(s) |
147147| :----------: | :----------------------------------------- | :---------------------------- | :-----: |
148148| ⚠️ _ warning_ | Missing "key" prop for element in iterator | ` src/components/TodoList.jsx ` | 7-28 |
149149
@@ -158,7 +158,7 @@ ESLint rule **jsx-key**, from _react_ plugin. [📖 Docs](https://github.com/jsx
158158
159159#### Issues
160160
161- | Severity | Message | Source file | Line(s) |
161+ | Severity | Message | Source | Line(s) |
162162| :----------: | :-------------------------------------------- | :------------ | :-----: |
163163| ⚠️ _ warning_ | 'loading' is assigned a value but never used. | ` src/App.jsx ` | 8 |
164164
@@ -173,7 +173,7 @@ ESLint rule **no-unused-vars**. [📖 Docs](https://eslint.org/docs/latest/rules
173173
174174#### Issues
175175
176- | Severity | Message | Source file | Line(s) |
176+ | Severity | Message | Source | Line(s) |
177177| :----------: | :------------------------------------------------------------- | :---------------------- | :-----: |
178178| ⚠️ _ warning_ | Arrow function has too many lines (71). Maximum allowed is 50. | ` src/hooks/useTodos.js ` | 3-73 |
179179
@@ -188,7 +188,7 @@ ESLint rule **max-lines-per-function**. [📖 Docs](https://eslint.org/docs/late
188188
189189#### Issues
190190
191- | Severity | Message | Source file | Line(s) |
191+ | Severity | Message | Source | Line(s) |
192192| :----------: | :----------------------------------------------- | :-------------- | :-----: |
193193| ⚠️ _ warning_ | 'root' is never reassigned. Use 'const' instead. | ` src/index.jsx ` | 5 |
194194
@@ -203,7 +203,7 @@ ESLint rule **prefer-const**. [📖 Docs](https://eslint.org/docs/latest/rules/p
203203
204204#### Issues
205205
206- | Severity | Message | Source file | Line(s) |
206+ | Severity | Message | Source | Line(s) |
207207| :----------: | :----------------------------------------------------------------------------------------------------- | :------------------------------ | :-----: |
208208| ⚠️ _ warning_ | Unexpected block statement surrounding arrow body; move the returned value immediately after the ` => ` . | ` src/components/TodoFilter.jsx ` | 3-25 |
209209
@@ -218,7 +218,7 @@ ESLint rule **arrow-body-style**. [📖 Docs](https://eslint.org/docs/latest/rul
218218
219219#### Issues
220220
221- | Severity | Message | Source file | Line(s) |
221+ | Severity | Message | Source | Line(s) |
222222| :----------: | :----------------------------------- | :---------------------- | :-----: |
223223| ⚠️ _ warning_ | Expected '===' and instead saw '=='. | ` src/hooks/useTodos.js ` | 41 |
224224
0 commit comments