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

chore(deps): update dependency eslint-plugin-standard to v5 #196

Merged
merged 1 commit into from
Jun 8, 2024

chore(deps): update dependency eslint-plugin-standard to v5

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

chore(deps): update dependency eslint-plugin-standard to v5 #196

chore(deps): update dependency eslint-plugin-standard to v5
cc65024
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint-github-pr-check succeeded Mar 20, 2024 in 0s

reviewdog [eslint-github-pr-check] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (24)

testdata/error.js|1 col 1| Parsing error: Unexpected character '🐶'
testdata/test.js|2 col 10| 'test' is defined but never used.
testdata/test.js|2 col 14| Missing space before function parentheses.
testdata/test.js|3 col 3| The update clause in this loop moves the variable in the wrong direction.
testdata/test.js|3 col 8| Unexpected var, use let or const instead.
testdata/test.js|4 col 5| Unexpected var, use let or const instead.
testdata/test.js|4 col 9| 'a' is defined but never used.
testdata/test.js|4 col 10| Missing whitespace after semicolon.
testdata/test.js|4 col 11| Unexpected var, use let or const instead.
testdata/test.js|4 col 15| 'b' is defined but never used.
testdata/test.js|4 col 16| Extra semicolon.
testdata/test.js|4 col 17| Expected space or tab after '//' in comment.
testdata/test.js|5 col 19| Extra semicolon.
testdata/test.js|9 col 37| 'test2' is defined but never used.
testdata/test.js|9 col 42| Missing space before function parentheses.
testdata/test.js|10 col 3| The update clause in this loop moves the variable in the wrong direction.
testdata/test.js|10 col 8| Unexpected var, use let or const instead.
testdata/test.js|11 col 9| Redundant double negation.
testdata/test.js|11 col 14| Empty block statement.
testdata/test.js|14 col 2| Unnecessary semicolon.
testdata/test.js|16 col 10| 'f' is defined but never used.
testdata/test.js|16 col 11| Missing space before function parentheses.
testdata/test.js|17 col 1| Opening curly brace does not appear on the same line as controlling statement.
testdata/test.js|18 col 22| Extra semicolon.