willtheorangeguy / willtheorangeguy.github.io

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
13

Logical operator can be refactored to optional chain

JS-W1044
Anti-pattern
Minor
5 months ago 5 months old
Seen in 3 files
20

The usage of __proto__ property is not recommended

JS-0084
Anti-pattern
Minor
5 months ago 5 months old
Seen in 1 file
1

Useless template literal found

JS-R1004
Anti-pattern
Minor
5 months ago 5 months old
Seen in 1 file
1

Avoid using lexical declarations in case clauses

JS-0054
Anti-pattern
Minor
5 months ago 2 years old
Seen in 1 file
1

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
5 months ago 2 years old
Seen in 7 files
442

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
5 months ago 2 years old
Seen in 3 files
81

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
5 months ago 2 years old
Seen in 8 files
154

Invalid variable usage

JS-0043
Anti-pattern
Critical
5 months ago 2 years old
Seen in 3 files
152

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
5 months ago 2 years old
Seen in 6 files
277

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
5 months ago 2 years old
Seen in 4 files
74

Found single char variable name

JS-C1002
Anti-pattern
Minor
5 months ago 2 years old
Seen in 5 files
600

Detected the use of alert, confirm and prompt

JS-0052
Anti-pattern
Minor
5 months ago 2 years old
Seen in 1 file
2

Initialization in variable declarations against recommended approach

JS-0119
Anti-pattern
Minor
5 months ago 2 years old
Seen in 4 files
56

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
5

Usage of comma operators should be avoided

JS-0090
Anti-pattern
Minor
5 months ago 5 months old
Seen in 3 files
199

Void operators found

JS-0098
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
36

Prefer the usage of regular expression literals over the RegExp constructor

JS-0115
Anti-pattern
Minor
5 months ago 5 months old
Seen in 1 file
3

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
65

Require rest parameters instead of arguments

JS-0244
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
41

Found empty functions

JS-0057
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
3

Found empty block statements

JS-0009
Anti-pattern
Minor
5 months ago 5 months old
Seen in 1 file
1

Found unnecessary escape characters

JS-0097
Anti-pattern
Minor
5 months ago 5 months old
Seen in 1 file
2

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
5 months ago 5 months old
Seen in 3 files
26

Function with cyclomatic complexity higher than threshold

JS-R1005
Anti-pattern
Minor
5 months ago 5 months old
Seen in 2 files
3