Deploy #85
Annotations
10 errors
Run withastro/action@v2:
public/count.js#L3
Unnecessary semicolon.
|
Run withastro/action@v2:
public/count.js#L3
Missing space before function parentheses.
|
Run withastro/action@v2:
public/count.js#L4
Do not use "use strict" directive.
|
Run withastro/action@v2:
public/count.js#L6
This `if` statement can be replaced by a ternary expression.
|
Run withastro/action@v2:
public/count.js#L6
Multiple spaces found before '// Compatibili...'.
|
Run withastro/action@v2:
public/count.js#L7
Expected { after 'if' condition.
|
Run withastro/action@v2:
public/count.js#L7
Missing semicolon.
|
Run withastro/action@v2:
public/count.js#L9
Expected { after 'else'.
|
Run withastro/action@v2:
public/count.js#L9
Assignment (=) can be replaced with operator assignment (||=).
|
Run withastro/action@v2:
public/count.js#L9
Missing semicolon.
|
Loading