Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nr/fix/inc 20732 #749

Merged
merged 5 commits into from
Jul 15, 2024

Merge branch 'develop' into nr/fix/inc-20732

e94d481
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Nr/fix/inc 20732 #749

Merge branch 'develop' into nr/fix/inc-20732
e94d481
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint failed Jul 15, 2024 in 1s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (1)

src/customHooks/useWindowHeightWidth.js|62 col 5| Unexpected console statement.

Filtered Findings (0)

Annotations

Check warning on line 62 in src/customHooks/useWindowHeightWidth.js

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] src/customHooks/useWindowHeightWidth.js#L62 <no-console>(https://eslint.org/docs/latest/rules/no-console)

Unexpected console statement.
Raw output
{"ruleId":"no-console","severity":1,"message":"Unexpected console statement.","line":62,"column":5,"nodeType":"MemberExpression","messageId":"unexpected","endLine":62,"endColumn":16,"suggestions":[{"messageId":"removeConsole","data":{"propertyName":"log"},"fix":{"range":[2575,2601],"text":""},"desc":"Remove the console.log()."}]}