fix types #83
Annotations
10 errors and 1 warning
Run ESLint:
src/dom/dom.test.ts#L46
This line has 2 statements. Maximum allowed is 1
|
Run ESLint:
src/dom/dom.test.ts#L51
This line has 2 statements. Maximum allowed is 1
|
Run ESLint:
src/dom/dom.test.ts#L58
Unary operator '++' used
|
Run ESLint:
src/dom/dom.test.ts#L58
Invalid type "number" of template literal expression
|
Run ESLint:
src/dom/dom.test.ts#L58
Invalid type "number" of template literal expression
|
Run ESLint:
src/dom/dom.test.ts#L61
This line has 2 statements. Maximum allowed is 1
|
Run ESLint:
src/dom/dom.test.ts#L66
This line has 2 statements. Maximum allowed is 1
|
Run ESLint:
src/dom/get-all/get-all.ts#L5
Expected a function expression
|
Run ESLint:
src/dom/get/get.ts#L5
Expected a function expression
|
Run ESLint:
src/dom/get/get.ts#L8
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading