Skip to content

fix: lint

fix: lint #106

Triggered via push July 31, 2023 08:39
Status Success
Total duration 1m 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: examples/migration-redux-1/src/reducers/dolphins.js#L8
Default parameters should be last
build: examples/migration-redux-1/src/reducers/sharks.js#L8
Default parameters should be last
build: examples/migration-redux-2/src/reducers/dolphins.js#L8
Default parameters should be last
build: examples/todos/src/components/AddTodo.tsx#L12
Identifier name 'e' is too short (< 2)
build: examples/todos/src/components/TodoList.tsx#L13
Identifier name 't' is too short (< 2)
build: examples/todos/src/components/TodoList.tsx#L15
Identifier name 't' is too short (< 2)
build: src/index.tsx#L38
This line has a length of 134. Maximum allowed is 120
build: src/plugins/dispatch.ts#L11
'action' is defined but never used
build: src/plugins/dispatch.ts#L11
'state' is defined but never used
build: src/plugins/error.tsx#L1
'React' is defined but never used