Endle / fireSeqSearch

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
9 months ago 3 years old
Seen in 2 files
4

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
9 months ago 3 years old
Seen in 3 files
16

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
9 months ago 3 years old
Seen in 1 file
112

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
9 months ago 3 years old
Seen in 1 file
150

Initialization in variable declarations against recommended approach

JS-0119
Anti-pattern
Minor
9 months ago 2 years old
Seen in 1 file
32

Found single char variable name

JS-C1002
Anti-pattern
Minor
9 months ago 2 years old
Seen in 1 file
4

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
9 months ago 2 years old
Seen in 2 files
13

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
9 months ago 2 years old
Seen in 1 file
9

Found labeled statements

JS-0071
Anti-pattern
Minor
9 months ago a year old
Seen in 1 file
4

Found complex boolean return

JS-W1041
Anti-pattern
Major
9 months ago a year old
Seen in 1 file
1

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

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

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
9 months ago a year old
Seen in 1 file
3

Found empty functions

JS-0057
Anti-pattern
Minor
9 months ago a year old
Seen in 1 file
1

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
9 months ago 9 months old
Seen in 2 files
3