chore(deps): Bump remark-gfm from 3.0.1 to 4.0.0 #1278
Annotations
10 warnings
lint:
app/components/Comments/ModalFlag.jsx#L15
Unused state field: 'error'
|
lint:
app/components/Comments/ModalFlag.jsx#L22
Unused state field: 'error'
|
lint:
app/components/FormUtils/ControlInputWithLabel.jsx#L5
Component definition is missing display name
|
lint:
app/components/FormUtils/ControlInputWithLabel.jsx#L7
Form label must have ALL of the following types of associated control: nesting, id
|
lint:
app/components/FormUtils/FieldWithButton.jsx#L6
Component definition is missing display name
|
lint:
app/components/FormUtils/Input.jsx#L4
Component definition is missing display name
|
lint:
app/components/LoggedInUser/UserProvider.jsx#L176
Component definition is missing display name
|
lint:
app/components/Modal/Modal.jsx#L28
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
app/components/Modal/Modal.jsx#L28
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:
app/components/Modal/ModalConfirm.jsx#L36
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|