atampy25 / simple-mod-framework

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
6 months ago 2 years old
Seen in 2 files
8

Useless template literal found

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

Avoid square-bracket notation when accessing properties

JS-0049
Anti-pattern
Minor
6 months ago 2 years old
Seen in 1 file
106

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
6 months ago 2 years old
Seen in 2 files
21

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
6 months ago 2 years old
Seen in 1 file
45

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
6 months ago 2 years old
Seen in 3 files
9

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
6 months ago 2 years old
Seen in 2 files
57

Initialization in variable declarations against recommended approach

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

Invalid variable usage

JS-0043
Anti-pattern
Critical
6 months ago 2 years old
Seen in 1 file
349

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
6 months ago 2 years old
Seen in 1 file
44

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
6 months ago 2 years old
Seen in 1 file
6

Detected usage of the any type

JS-0323
Anti-pattern
Critical
6 months ago 2 years old
Seen in 4 files
11

Detected the use of variables before they are defined

JS-0357
Anti-pattern
Major
6 months ago 2 years old
Seen in 1 file
10

Invalid async keyword

JS-0376
Anti-pattern
Minor
6 months ago 2 years old
Seen in 3 files
15

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

JS-0045
Anti-pattern
Minor
6 months ago 2 years old
Seen in 4 files
10

Avoid using wildcard imports

JS-C1003
Anti-pattern
Minor
6 months ago 2 years old
Seen in 3 files
7

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
6 months ago 2 years old
Seen in 1 file
4

Void operators found

JS-0098
Anti-pattern
Minor
6 months ago a year old
Seen in 6 files
17

Detected the use of alert, confirm and prompt

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

Consider using dot notation

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

Fallthrough of case statements found

JS-0064
Anti-pattern
Major
6 months ago a year old
Seen in 1 file
5

Detected the delete operator with computed key expressions

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

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
6 months ago 10 months old
Seen in 3 files
12

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
6 months ago 2 years old
Seen in 2 files
38

Function with cyclomatic complexity higher than threshold

JS-R1005
Anti-pattern
Minor
6 months ago 9 months old
Seen in 4 files
6