feat: add translations nesting #166
Annotations
10 errors and 11 warnings
src/index.ts#L163
Member i18n should be declared before all private instance method definitions
|
src/index.ts#L183
Member keyset should be declared before all private instance method definitions
|
src/index.ts#L189
Member warn should be declared before all private instance method definitions
|
src/index.ts#L211
Member getLanguageData should be declared before all private instance method definitions
|
src/index.ts#L211
Public accessibility modifier on method definition getLanguageData
|
src/index.ts#L219
Property i18n should be declared as a class property
|
src/index.ts#L220
Property lang should be declared as a class property
|
src/index.ts#L221
Property key should be declared as a class property
|
src/index.ts#L222
Property keysetName should be declared as a class property
|
src/index.ts#L223
Property params should be declared as a class property
|
The following actions uses Node.js version which is deprecated 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#L116
Missing JSDoc @returns for function
|
src/index.ts#L116
Missing JSDoc for parameter 'pluralizers'
|
src/index.ts#L149
'I18NTranslation' was used before it was defined
|
src/index.ts#L324
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 failed
Loading