feature afterEffects #10
Annotations
10 errors and 4 warnings
packages/core-v1/lib/AfterEffects.ts#L18
Useless constructor
|
packages/core-v1/lib/AfterEffects.ts#L23
Expected blank line before this statement
|
packages/core-v1/lib/AfterEffects.ts#L25
Expected blank line before this statement
|
packages/core-v1/lib/AfterEffects.ts#L26
'key' is never reassigned. Use 'const' instead
|
packages/core-v1/lib/AfterEffects.ts#L27
Blocks are nested too deeply (4). Maximum allowed is 3
|
packages/core-v1/lib/AfterEffects.ts#L35
This branch's code block is the same as the block for the branch on line 27
|
packages/core-v1/lib/AfterEffects.ts#L42
This branch's code block is the same as the block for the branch on line 35
|
packages/core-v1/lib/AfterEffects.ts#L52
'TODO' doesn't match the pattern /^((TODO|FIXME|BUG)\(\w+-\d+\)|(NOTE|COMMENT|HACK|INFO)(\(\w+-\d+\))?)\: (.*)$/
|
packages/core-v1/lib/AfterEffects.ts#L61
'r' is never reassigned. Use 'const' instead
|
packages/core-v1/lib/AfterEffects.ts#L67
Expected blank line before this statement
|
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/
|
playground/src/_redux/index.ts#L1
'createStore' is deprecated
|
playground/src/_redux/index.ts#L30
The signature '(reducer: Reducer<CombinedState<{ [x: string]: ...; }>, AnyAction>, enhancer?: StoreEnhancer<{ dispatch: unknown; }, {}>): Store<EmptyObject & { ...; }, AnyAction> & { ...; }' of 'createStore' is deprecated
|
playground/src/_root/index.tsx#L37
ReactDOM.render is deprecated since React 18.0.0, use createRoot instead
|
This job failed
Loading