sisoe24 / Nuke-Tools

Logical operator can be refactored to optional chain

JS-W1044
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

Detected usage of the any type

JS-0323
Anti-pattern
Critical
5 months ago 2 years old
Seen in 1 file
1

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

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

Avoid using wildcard imports

JS-C1003
Anti-pattern
Minor
5 months ago 5 months old
Seen in 23 files
78

Void operators found

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

Class methods should utilize this

JS-0105
Anti-pattern
Minor
5 months ago 5 months old
Seen in 6 files
11

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
5 months ago 5 months old
Seen in 5 files
14

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
5 months ago 5 months old
Seen in 3 files
4

Consider using dot notation

JS-0303
Anti-pattern
Minor
5 months ago 5 months old
Seen in 3 files
8

Detected usage of void type outside of generic or return types

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

Private members should be marked as readonly

JS-0368
Anti-pattern
Major
5 months ago 5 months old
Seen in 1 file
2

Found single char variable name

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

Found redundant literal in a logical expression

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

Use shorthand property syntax for object literals

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

Use const declarations for variables that are never reassigned

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

Use for-of loop for array

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

Detected the use of require statements except in import statements

JS-0359
Anti-pattern
Major
5 months ago 2 years old
Seen in 1 file
1