Skip to content

Upgrade tailwind to warnings, and other bugs #1480

Upgrade tailwind to warnings, and other bugs

Upgrade tailwind to warnings, and other bugs #1480

Triggered via pull request August 27, 2023 15:53
@rushirushi
opened #255
Status Success
Total duration 1m 27s
Artifacts

eslint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 2 warnings
src/components/Breakdown.jsx#L83
[prettier/prettier] Replace `t-1·pb-4` with `b-4·pt-1`
src/components/Breakdown.jsx#L84
[prettier/prettier] Replace `t-1·pb-4` with `b-4·pt-1`
src/components/Breakdown.jsx#L86
[prettier/prettier] Replace `t-1·pb-4·pl-4` with `b-4·pl-4·pt-1`
src/components/DatePicker/DatePicker.jsx#L210
[prettier/prettier] Replace `l-5·pr-10·pb-5` with `b-5·pl-5·pr-10`
src/components/DatePicker/NavbarElement.jsx#L12
[prettier/prettier] Replace `top-1.5·right-1` with `right-1·top-1.5`
src/components/Key.jsx#L13
[prettier/prettier] Replace `y-1·px-2` with `x-2·py-1`
src/components/Modal.jsx#L68
[prettier/prettier] Replace `top-0·right` with `right-0·top`
src/components/Screens/Login.jsx#L62
[prettier/prettier] Replace `y-0·px-9` with `x-9·py-0`
src/components/Screens/Login.jsx#L130
[prettier/prettier] Replace `y-1·px-4` with `x-4·py-1`
src/components/Sidebar/Sidebar.Account.jsx#L23
[prettier/prettier] Replace `y-3·px-4` with `x-4·py-3`
src/components/Sidebar/Sidebar.Button.jsx#L8
[prettier/prettier] Replace `y-2·px-4` with `x-4·py-2`
src/components/Sidebar/Sidebar.jsx#L72
[prettier/prettier] Replace `y-2·px-1` with `x-1·py-2`
src/components/Sidebar/Sidebar.jsx#L120
[prettier/prettier] Replace `t-4·mb-10` with `b-10·mt-4`
src/components/Tabs/Tabs.Tab.jsx#L36
[prettier/prettier] Replace `y-4·px-8` with `x-8·py-4`
RunLint
Replace `t-1·pb-4` with `b-4·pt-1`
RunLint
Replace `t-1·pb-4` with `b-4·pt-1`
RunLint
Replace `t-1·pb-4·pl-4` with `b-4·pl-4·pt-1`
RunLint
Replace `l-5·pr-10·pb-5` with `b-5·pl-5·pr-10`
RunLint
Replace `top-1.5·right-1` with `right-1·top-1.5`
RunLint
Replace `y-1·px-2` with `x-2·py-1`
RunLint
Replace `top-0·right` with `right-0·top`
RunLint
Replace `y-0·px-9` with `x-9·py-0`
RunLint
Replace `y-1·px-4` with `x-4·py-1`
RunLint
Replace `y-3·px-4` with `x-4·py-3`
src/components/Buttons/ButtonGroup.jsx#L55
[@typescript-eslint/no-unused-vars] 'isHidden' is assigned a value but never used.
RunLint
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/