Add files via upload #42
lint-ts.yml
on: push
Lint TS (eslint, prettier)
29s
Annotations
6 warnings
Lint TS (eslint, prettier)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint TS (eslint, prettier):
src/components/settings/items-container.tsx#L16
The arbitrary class 'border-[1px]' could be replaced by 'border'
|
Lint TS (eslint, prettier):
src/ui/select.tsx#L25
Invalid Tailwind CSS classnames order
|
Lint TS (eslint, prettier):
src/ui/select.tsx#L25
Invalid Tailwind CSS classnames order
|
Lint TS (eslint, prettier):
src/ui/select.tsx#L25
Classnames 'px-3, py-3' could be replaced by the 'p-3' shorthand!
|
Lint TS (eslint, prettier):
src/ui/select.tsx#L126
The arbitrary class 'border-b-[1px]' could be replaced by 'border-b'
|