thekevinscott / UpscalerJS

Found trailing undefined in function call

JS-W1042
Anti-pattern
Minor
6 months ago 7 months old
Seen in 1 file
1

Useless template literal found

JS-R1004
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
2

Found unnecessary computed property keys in object literals

JS-0236
Anti-pattern
Minor
6 months ago 7 months old
Seen in 1 file
1

Either all code paths should have explicit returns, or none of them

JS-0045
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
1

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
1

Use for-of loop for array

JS-0361
Anti-pattern
Minor
6 months ago a year old
Seen in 2 files
2

Detected empty functions

JS-0321
Anti-pattern
Minor
6 months ago 3 years old
Seen in 1 file
1

Found unnecessary fragments

JS-0424
Anti-pattern
Major
6 months ago 10 months old
Seen in 1 file
1

Found single char variable name

JS-C1002
Anti-pattern
Minor
6 months ago 9 months old
Seen in 1 file
1

Found complex boolean return

JS-W1041
Anti-pattern
Major
6 months ago 7 months old
Seen in 2 files
2

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
6 months ago 7 months old
Seen in 1 file
1

Bad function overloading

JS-0388
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
4

Error objects should be used as Promise rejection reasons

JS-0114
Anti-pattern
Major
6 months ago 2 years old
Seen in 2 files
4

Default parameters should be placed after non-default ones

JS-0302
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
1