chore: 🧹 clean & remove old game store #76
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 warnings
Eslint audit
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L24
'isAddWalletplaceModalOpen' is assigned a value but never used
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L24
'isAddWalletplaceModalOpen' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L36
'closeAddMarketplaceModal' is defined but never used
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L36
'closeAddMarketplaceModal' is defined but never used. Allowed unused vars must match /^_/u
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L44
'transitionMarketplaceListClassName' is assigned a value but never used
|
Eslint audit:
front/src/components/Marketplace/MarketplaceCell.tsx#L44
'transitionMarketplaceListClassName' is assigned a value but never used. Allowed unused vars must match /^_/u
|