chore: update lint rules (#124) #413
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
Verify Files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Verify Files:
.storybook/decorators/withMobile.tsx#L14
React Hook React.useEffect has a missing dependency: 'setMobile'. Either include it or remove the dependency array
|
Verify Files:
.storybook/main.ts#L26
Assignment to property of function parameter 'storybookBaseConfig'
|
Verify Files:
.storybook/theme-addon/register.tsx#L26
React Hook React.useEffect has a missing dependency: 'api'. Either include it or remove the dependency array
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L24
Unexpected any. Specify a different type
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L24
'b' is already declared in the upper scope on line 21 column 7
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L186
getter functions should be placed after render
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L214
'b' is already declared in the upper scope on line 21 column 7
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L228
Assignment to property of function parameter 'accum'
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L247
Unexpected any. Specify a different type
|
Verify Files:
src/components/AdaptiveTabs/AdaptiveTabs.tsx#L248
Unexpected any. Specify a different type
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|