[chore] Fix linting #111
Annotations
7 warnings
build (20.x):
lib/array/join.ts#L51
Function 'join' has a complexity of 26. Maximum allowed is 20
|
build (20.x):
lib/array/mapPrimitive.ts#L44
Function 'mapPrimitive' has a complexity of 21. Maximum allowed is 20
|
build (20.x):
lib/array/sort.ts#L107
Function 'sort' has too many statements (36). Maximum allowed is 30
|
build (20.x):
lib/array/sort.ts#L107
Function 'sort' has a complexity of 24. Maximum allowed is 20
|
build (20.x):
lib/string/humanizeNumber.ts#L54
Function 'humanizeNumber' has a complexity of 33. Maximum allowed is 20
|
build (20.x):
test/lib/date/addUTC.test.ts#L1160
File has too many lines (1545). Maximum allowed is 1000
|
build (20.x):
test/lib/date/diff.test.ts#L1102
File has too many lines (1065). Maximum allowed is 1000
|