attempt to fix tialwind issues #4
Annotations
14 errors and 4 warnings
test (ubuntu-latest):
postcss.config.js#L2
Replace `··plugins:·[⏎······require('tailwindcss'),⏎······require('autoprefixer')` with `plugins:·[require('tailwindcss'),·require('autoprefixer')]`
|
test (ubuntu-latest):
postcss.config.js#L3
Unexpected require()
|
test (ubuntu-latest):
postcss.config.js#L4
Unexpected require()
|
test (ubuntu-latest):
postcss.config.js#L5
Replace `····]⏎··}⏎` with `};`
|
test (ubuntu-latest):
src/app/api/api.ts#L5
Expected 1 empty line after import statement not followed by another import
|
test (ubuntu-latest):
src/app/api/api.ts#L6
Default parameters should be last
|
test (ubuntu-latest):
src/app/api/api.ts#L8
Expected property shorthand
|
test (ubuntu-latest):
src/app/api/api.ts#L32
Expected blank line between class members
|
test (ubuntu-latest):
src/app/api/api.ts#L39
Expected blank line between class members
|
test (ubuntu-latest):
src/app/api/types.ts#L2
'Utxo' was used before it was defined
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest):
src/app/components/utxosDisplay.tsx#L38
Unexpected console statement
|
test (ubuntu-latest):
src/app/pages/WalletSignIn.tsx#L10
Unexpected console statement
|
test (ubuntu-latest):
src/app/pages/WalletSignIn.tsx#L22
Unexpected console statement
|