Adding RegularExpression and support Firefox (see Issue #11) #33
Annotations
20 errors
Node.js 18:
windows.js#L19
Unnecessary escape character: \-.
|
Node.js 18:
windows.js#L41
Expected space(s) after "if".
|
Node.js 18:
windows.js#L43
Use `for…of` instead of `.forEach(…)`.
|
Node.js 18:
windows.js#L43
Unexpected parentheses around single function argument.
|
Node.js 18:
windows.js#L44
'expression' is never reassigned. Use 'const' instead.
|
Node.js 18:
windows.js#L46
Expected space(s) after "if".
|
Node.js 18:
windows.js#L47
'matches' is never reassigned. Use 'const' instead.
|
Node.js 18:
windows.js#L48
'additional' is never reassigned. Use 'const' instead.
|
Node.js 18:
windows.js#L51
Expected space(s) after "if".
|
Node.js 18:
windows.js#L52
Use `for…of` instead of `.forEach(…)`.
|
Node.js 20:
windows.js#L19
Unnecessary escape character: \-.
|
Node.js 20:
windows.js#L41
Expected space(s) after "if".
|
Node.js 20:
windows.js#L43
Use `for…of` instead of `.forEach(…)`.
|
Node.js 20:
windows.js#L43
Unexpected parentheses around single function argument.
|
Node.js 20:
windows.js#L44
'expression' is never reassigned. Use 'const' instead.
|
Node.js 20:
windows.js#L46
Expected space(s) after "if".
|
Node.js 20:
windows.js#L47
'matches' is never reassigned. Use 'const' instead.
|
Node.js 20:
windows.js#L48
'additional' is never reassigned. Use 'const' instead.
|
Node.js 20:
windows.js#L51
Expected space(s) after "if".
|
Node.js 20:
windows.js#L52
Use `for…of` instead of `.forEach(…)`.
|