enhance: support Unicode 15.0 emoji (#135) #653
Annotations
11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/cli/parse.ts#L5
Missing return type on function
|
lint:
src/cli/parse.ts#L8
Unnecessary conditional, value is always truthy
|
lint:
src/cli/parse.ts#L8
Unexpected constant condition
|
lint:
src/cli/parseSimple.ts#L5
Missing return type on function
|
lint:
src/cli/parseSimple.ts#L8
Unnecessary conditional, value is always truthy
|
lint:
src/cli/parseSimple.ts#L8
Unexpected constant condition
|
lint:
src/internal/core/index.ts#L15
Unexpected any. Specify a different type
|
lint:
src/internal/core/index.ts#L34
Missing return type on function
|
lint:
src/internal/core/index.ts#L94
Unexpected any. Specify a different type
|
lint:
src/internal/core/index.ts#L116
'_state' is defined but never used
|