weareinreach / InReach

Found explicit type declarations

JS-0331
Anti-pattern
Major
7 days ago a year old
Seen in 2 files
2

Use // @ts-expect-error over // @ts-ignore

JS-0372
Anti-pattern
Minor
11 days ago a year old
Seen in 2 files
2

Logical operator can be refactored to optional chain

JS-W1044
Anti-pattern
Minor
11 days ago 10 months old
Seen in 4 files
4

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
2 days ago a year old
Seen in 27 files
51

Found unnecessary computed property keys in object literals

JS-0236
Anti-pattern
Minor
11 days ago a year old
Seen in 3 files
3

Prefer boolean attributes notation in JSX

JS-0400
Anti-pattern
Minor
11 days ago a year old
Seen in 10 files
12

No default cases in switch statements

JS-0047
Anti-pattern
Minor
3 days ago a year old
Seen in 21 files
24

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

JS-0045
Anti-pattern
Minor
11 days ago a year old
Seen in 22 files
27

Found non-null assertions

JS-0339
Anti-pattern
Major
11 days ago a year old
Seen in 2 files
2

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
11 days ago a year old
Seen in 1 file
1

Detected empty functions

JS-0321
Anti-pattern
Minor
11 days ago a year old
Seen in 2 files
3

Found no return statements in callbacks of array methods

JS-0042
Anti-pattern
Major
11 days ago a year old
Seen in 6 files
10

Detected usage of void type outside of generic or return types

JS-0333
Anti-pattern
Minor
11 days ago a year old
Seen in 1 file
1

Found complex boolean return

JS-W1041
Anti-pattern
Major
4 days ago a year old
Seen in 7 files
7

Use valid anchors

JS-0739
Anti-pattern
Minor
11 days ago 10 months old
Seen in 1 file
1

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
11 days ago 10 months old
Seen in 1 file
1

Bad function overloading

JS-0388
Anti-pattern
Minor
11 days ago 5 months old
Seen in 1 file
1

Void operators found

JS-0098
Anti-pattern
Minor
4 days ago 22 days old
Seen in 5 files
10

Detected the use of variables before they are defined

JS-0357
Anti-pattern
Major
3 days ago a year old
Seen in 11 files
17

Detected the use of alert, confirm and prompt

JS-0052
Anti-pattern
Minor
7 days ago 7 days old
Seen in 1 file
1

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
11 days ago a year old
Seen in 5 files
11

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
11 days ago a year old
Seen in 5 files
5

Found unnecessary fragments

JS-0424
Anti-pattern
Major
4 days ago a year old
Seen in 4 files
5

Avoid using wildcard imports

JS-C1003
Anti-pattern
Minor
11 days ago a year old
Seen in 25 files
25

Found single char variable name

JS-C1002
Anti-pattern
Minor
11 days ago a year old
Seen in 1 file
1