The-Creative-Programming-Group / Weather-App

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
a month ago a year old
Seen in 3 files
5

Prefer that autoFocus prop is not used on elements

JS-0757
Anti-pattern
Minor
3 months ago 7 months old
Seen in 1 file
1

Found non-null assertions

JS-0339
Anti-pattern
Major
3 months ago 10 months old
Seen in 2 files
35

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
4 months ago 10 months old
Seen in 1 file
2

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
4 months ago 10 months old
Seen in 1 file
1

Variables should not be initialized to undefined

JS-0126
Anti-pattern
Minor
4 months ago 10 months old
Seen in 2 files
8

Found single char variable name

JS-C1002
Anti-pattern
Minor
2 months ago 10 months old
Seen in 2 files
4

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
a month ago 7 months old
Seen in 6 files
18

Function with cyclomatic complexity higher than threshold

JS-R1005
Anti-pattern
Minor
a month ago 7 months old
Seen in 2 files
3

Avoid using wildcard imports

JS-C1003
Anti-pattern
Minor
4 months ago 7 months old
Seen in 4 files
6

Detected the use of variables before they are defined

JS-0357
Anti-pattern
Major
4 months ago 7 months old
Seen in 2 files
2

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

JS-0045
Anti-pattern
Minor
a month ago 7 months old
Seen in 2 files
2

Found no return statements in callbacks of array methods

JS-0042
Anti-pattern
Major
a month ago 7 months old
Seen in 4 files
5

Found unnecessary fragments

JS-0424
Anti-pattern
Major
a month ago 7 months old
Seen in 6 files
6

Void operators found

JS-0098
Anti-pattern
Minor
a month ago 6 months old
Seen in 6 files
9

Detected the use of alert, confirm and prompt

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

No default cases in switch statements

JS-0047
Anti-pattern
Minor
4 months ago 4 months old
Seen in 1 file
1

Found redundant return statement

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

Avoid use of == and !=

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

Default parameters should be placed after non-default ones

JS-0302
Anti-pattern
Major
a month ago a month old
Seen in 1 file
1

Validation of JSX maximum depth

JS-0415
Anti-pattern
Minor
a month ago a year old
Seen in 7 files
13