linter order import #4070
Annotations
10 errors and 9 warnings
Run eslint:
src/contexts/activityContext.tsx#L3
There should be no empty line within import group
|
Run eslint:
src/contexts/activityContext.tsx#L5
`@mui/material` import should occur before import of `next/router`
|
Run eslint:
src/contexts/classroomContext.tsx#L1
There should be no empty line within import group
|
Run eslint:
src/contexts/classroomContext.tsx#L3
`@mui/material` import should occur before import of `react`
|
Run eslint:
src/contexts/villageContext.tsx#L1
`next/link` import should occur after import of `@mui/material/Select`
|
Run eslint:
src/contexts/villageContext.tsx#L2
`next/router` import should occur after import of `@mui/material/Select`
|
Run eslint:
src/contexts/villageContext.tsx#L3
`notistack` import should occur after import of `@mui/material/Select`
|
Run eslint:
src/contexts/villageContext.tsx#L4
There should be no empty line within import group
|
Run eslint:
src/contexts/villageContext.tsx#L4
`react` import should occur after import of `@mui/material/Select`
|
Run eslint:
src/pages/404.tsx#L2
There should be no empty line within import group
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run eslint:
server/controllers/statistics.ts#L5
'getClassroomsInfos' is defined but never used
|
Run eslint:
server/controllers/statistics.ts#L7
'getContributedClassroomsCount' is defined but never used
|
Run eslint:
server/controllers/statistics.ts#L165
'result' is assigned a value but never used
|
Run eslint:
server/stats/classroomStats.ts#L2
'Activity' is defined but never used
|
Run eslint:
server/stats/classroomStats.ts#L4
'Video' is defined but never used
|
Run eslint:
server/stats/sessionStats.ts#L6
'durationThreshold' is assigned a value but never used
|
Run eslint:
server/stats/sessionStats.ts#L7
'teacherType' is assigned a value but never used
|
Loading