Bump eslint from 8.50.0 to 8.56.0 #30
Annotations
1 error and 7 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/components/CommentCard/CommentCard.tsx#L3
'rating' is defined but never used
|
build:
src/components/NavBar/NavBar.tsx#L8
'LOGIN_PATH' is assigned a value but never used
|
build:
src/components/NavBar/NavBar.tsx#L8
'REGISTER_PATH' is assigned a value but never used
|
build:
src/pages/TeacherProfile/TeacherProfile.tsx#L32
Unexpected any. Specify a different type
|
build:
src/pages/TeacherProfile/TeacherProfile.tsx#L33
Unexpected any. Specify a different type
|
build:
src/services/api.ts#L3
'setupInterceptors' is defined but never used
|