feat: I18n strict params #57
Merged
Annotations
11 warnings
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/
|
src/index.ts#L124
Missing JSDoc @returns for function
|
src/index.ts#L124
Missing JSDoc for parameter 'pluralizers'
|
src/index.ts#L210
'I18NTranslation' was used before it was defined
|
src/index.ts#L358
Forbidden non-null assertion
|
src/types.ts#L7
Unexpected any. Specify a different type
|
src/types.ts#L11
Unexpected any. Specify a different type
|
src/types.ts#L17
Unexpected any. Specify a different type
|
src/types.ts#L28
Unexpected any. Specify a different type
|
src/types.ts#L32
Unexpected any. Specify a different type
|
src/types.ts#L35
Unexpected any. Specify a different type
|
This job succeeded
Loading