fix: update cli and fix linting errors #9
Annotations
21 warnings
ci / ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ci / ci:
src/extensions/selectable.ts#L17
This line has a length of 145. Maximum allowed is 120
|
ci / ci:
src/index.ts#L42
This line has a length of 143. Maximum allowed is 120
|
ci / ci:
src/index.ts#L57
Unnecessary conditional, value is always falsy
|
ci / ci:
src/index.ts#L144
Unnecessary conditional, value is always truthy
|
ci / ci:
src/storage.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
ci / ci:
src/storage.ts#L26
The type of 'existing' is 'any'
|
ci / ci:
src/storage.ts#L26
The type of 'this' is 'any'
|
ci / ci:
src/storage.ts#L26
The type of 'getPin' is 'any'
|
ci / ci:
src/storage.ts#L28
The type of 'existing' is 'any'
|
ci / ci:
src/storage.ts#L29
The type of 'existing' is 'any'
|
ci / ci:
src/extensions/selectable.ts#L17
This line has a length of 145. Maximum allowed is 120
|
ci / ci:
src/index.ts#L42
This line has a length of 143. Maximum allowed is 120
|
ci / ci:
src/index.ts#L57
Unnecessary conditional, value is always falsy
|
ci / ci:
src/index.ts#L144
Unnecessary conditional, value is always truthy
|
ci / ci:
src/storage.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
ci / ci:
src/storage.ts#L26
The type of 'existing' is 'any'
|
ci / ci:
src/storage.ts#L26
The type of 'this' is 'any'
|
ci / ci:
src/storage.ts#L26
The type of 'getPin' is 'any'
|
ci / ci:
src/storage.ts#L28
The type of 'existing' is 'any'
|
ci / ci:
src/storage.ts#L29
The type of 'existing' is 'any'
|