Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update lint rules #124

Merged
merged 2 commits into from
Nov 30, 2023
Merged

chore: update lint rules #124

merged 2 commits into from
Nov 30, 2023

Conversation

ValeraS
Copy link
Contributor

@ValeraS ValeraS commented Nov 28, 2023

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

render() {
const {active, disabled, hint, title = this.props.id} = this.props;
const stringTitle = (hint || typeof title === 'string' ? title : '') as string;
return (
// eslint-disable-next-line jsx-a11y/click-events-have-key-events
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you turn off the eslint rule instead of adding attributes for accessibility?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that change is not related to this PR

@korvin89 korvin89 merged commit f4dbe00 into main Nov 30, 2023
3 checks passed
@korvin89 korvin89 deleted the chore/lint branch November 30, 2023 09:52
Lakate pushed a commit that referenced this pull request Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants