From 5b3c266315fbbf58d43428ef171e946d40662c59 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Thu, 3 Oct 2024 11:32:54 +0200 Subject: [PATCH] chore(lint): disable lint for timestep elements --- src/components/FluidChart/TimeStepSelector/TimeStepSelector.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/FluidChart/TimeStepSelector/TimeStepSelector.tsx b/src/components/FluidChart/TimeStepSelector/TimeStepSelector.tsx index 4508ebfe2..2d9a103d6 100644 --- a/src/components/FluidChart/TimeStepSelector/TimeStepSelector.tsx +++ b/src/components/FluidChart/TimeStepSelector/TimeStepSelector.tsx @@ -1,3 +1,5 @@ +/* eslint-disable jsx-a11y/no-noninteractive-tabindex */ +/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */ import { Button } from '@material-ui/core' import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n' import { FluidType, TimeStep } from 'enums' -- GitLab