306 reset with modern dependencies #417
reformat-and-lint.yml
on: pull_request
reformat-and-lint
26s
Annotations
10 errors
reformat-and-lint:
src/App.tsx#L12
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
|
reformat-and-lint:
src/App.tsx#L15
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
|
reformat-and-lint:
src/App.tsx#L21
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
reformat-and-lint:
src/main.tsx#L6
Forbidden non-null assertion
|
reformat-and-lint:
src/stories/Button.tsx#L1
'React' is defined but never used
|
reformat-and-lint:
src/stories/Header.tsx#L1
'React' is defined but never used
|
reformat-and-lint:
src/stories/Header.tsx#L6
Use an `interface` instead of a `type`
|
reformat-and-lint:
src/stories/Page.stories.ts#L26
Unsafe call of an `any` typed value
|
reformat-and-lint:
src/stories/Page.tsx#L6
Use an `interface` instead of a `type`
|
reformat-and-lint:
src/stories/Page.tsx#L17
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|