Sc/login page #276
Annotations
12 warnings
run-lint
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/
|
run-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, dorny/paths-filter@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-lint:
frontend/src/components/pages/Welcome.tsx#L13
Replace `'@mui/material'` with `"@mui/material"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L34
Unexpected console statement
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L167
Replace `'40%'` with `"40%"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L173
Replace `·onClick={closeDrawer}·style={{·position:·'absolute',·right:·0·}}` with `⏎··········onClick={closeDrawer}⏎··········style={{·position:·"absolute",·right:·0·}}⏎········`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L178
Replace `'100%'` with `"100%"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L179
Replace `'60%'` with `"60%"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L180
Replace `'flex'` with `"flex"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L181
Replace `'column'` with `"column"`
|
run-lint:
frontend/src/components/pages/Welcome.tsx#L182
Replace `'center'` with `"center"`
|