Fix workflow #87
Annotations
10 errors
Node.js 20:
temp.js#L1
There should be no space after '{'.
|
Node.js 20:
temp.js#L1
There should be no space before '}'.
|
Node.js 20:
temp.js#L3
Use object destructuring.
|
Node.js 20:
temp.js#L3
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 20:
temp.js#L5
Unexpected parentheses around single function argument.
|
Node.js 20:
temp.js#L5
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.
|
Node.js 20:
temp.js#L6
Expected indentation of 1 tab but found 2 spaces.
|
Node.js 20:
temp.js#L7
Missing semicolon.
|
Node.js 20:
temp.js#L9
Unexpected parentheses around single function argument.
|
Node.js 20:
temp.js#L9
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.
|