This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
[ Refactor ] Format and Lint / Fix Typings #9
Annotations
16 warnings
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/
|
src/App.tsx#L85
React Hook useEffect has missing dependencies: 'pixelStore' and 'tileStore'. Either include them or remove the dependency array
|
src/App.tsx#L124
React Hook useEffect has missing dependencies: 'board.data' and 'pixelStore'. Either include them or remove the dependency array
|
src/App.tsx#L182
React Hook useMemo has an unnecessary dependency: 'zoom'. Either exclude it or remove the dependency array
|
src/components/FilterMenu/FilterMenu.tsx#L20
Classname 'form-radio' is not a Tailwind CSS class!
|
src/components/FilterMenu/FilterMenu.tsx#L31
Classname 'form-radio' is not a Tailwind CSS class!
|
src/components/FilterMenu/FilterMenu.tsx#L42
Classname 'form-radio' is not a Tailwind CSS class!
|
src/components/ProposalList/ProposalItem.tsx#L182
Classname 'mr-30' is not a Tailwind CSS class!
|
src/components/ProposalList/ProposalItem.tsx#L199
Classname 'mr-30' is not a Tailwind CSS class!
|
src/components/Toast/index.tsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
src/components/Toast/index.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
src/generated/graphql.ts#L7
Using exported name 'gql' as identifier for default export
|
src/stores/ViewStateStore.ts#L63
React Hook useEffect has missing dependencies: 'location.search', 'setCenter', 'setColor', 'setSelectedApp', and 'setZoom'. Either include them or remove the dependency array
|
src/vite-env.d.ts#L37
`import()` type annotations are forbidden
|
src/vite-env.d.ts#L41
`import()` type annotations are forbidden
|
src/webtools/hooks/useDimensions.ts#L32
The ref value 'targetRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'targetRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
This job succeeded
Loading