Skip to content

feat: working game :) #7

feat: working game :)

feat: working game :) #7

Triggered via push September 1, 2023 21:46
Status Failure
Total duration 1m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
build: src/App.tsx#L1
Run autofix to sort these imports!
build: src/components/BrailleSymbol.tsx#L1
Run autofix to sort these imports!
build: src/components/Layout.tsx#L1
Run autofix to sort these imports!
build: src/pages/game/Game.tsx#L1
Run autofix to sort these imports!
build: src/pages/game/components/Stats.tsx#L1
Run autofix to sort these imports!
build: src/pages/game/components/WordCurrent.tsx#L1
Run autofix to sort these imports!
build: src/pages/game/components/WordPrevious.tsx#L1
Run autofix to sort these imports!
build: src/pages/game/helpers/verifyCorrectSymbols.ts#L2
Run autofix to sort these imports!
build: src/pages/settings/Settings.tsx#L1
Run autofix to sort these imports!
build: src/pages/settings/components/SettingSection.tsx#L1
Run autofix to sort these imports!
build: src/components/Layout.tsx#L14
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
build: src/components/Layout.tsx#L20
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
build: src/pages/game/Game.tsx#L52
React Hook useEffect has a missing dependency: 'startClock'. Either include it or remove the dependency array