This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
[ Refactor ] Format and Lint / Fix Typings #2
Annotations
1 error and 11 warnings
lint-n-format (20.x)
Process completed with exit code 1.
|
lint-n-format (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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-n-format (20.x):
src/App.tsx#L86
React Hook useEffect has missing dependencies: 'pixelStore' and 'tileStore'. Either include them or remove the dependency array
|
lint-n-format (20.x):
src/App.tsx#L125
React Hook React.useEffect has missing dependencies: 'board.data' and 'pixelStore'. Either include them or remove the dependency array
|
lint-n-format (20.x):
src/App.tsx#L184
React Hook useMemo has an unnecessary dependency: 'zoom'. Either exclude it or remove the dependency array
|
lint-n-format (20.x):
src/components/FilterMenu/FilterMenu.tsx#L20
Classname 'form-radio' is not a Tailwind CSS class!
|
lint-n-format (20.x):
src/components/FilterMenu/FilterMenu.tsx#L31
Classname 'form-radio' is not a Tailwind CSS class!
|
lint-n-format (20.x):
src/components/FilterMenu/FilterMenu.tsx#L42
Classname 'form-radio' is not a Tailwind CSS class!
|
lint-n-format (20.x):
src/components/NewProposalPopupForMain/NewProposalPopupForMain.tsx#L173
Classname 'bg-opacity-50' should be replaced by an opacity suffix (eg. '/50')
|
lint-n-format (20.x):
src/components/NewProposalPopupForMain/ProposalListForMain.tsx#L134
Classname 'bg-opacity-50' should be replaced by an opacity suffix (eg. '/50')
|
lint-n-format (20.x):
src/components/ProposalList/ProposalItem.tsx#L180
Classname 'mr-30' is not a Tailwind CSS class!
|
lint-n-format (20.x):
src/components/ProposalList/ProposalItem.tsx#L197
Classname 'mr-30' is not a Tailwind CSS class!
|