Skip to content

Commit

Permalink
litle changes for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Talashko committed Sep 5, 2024
1 parent dd709a1 commit 2482706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* eslint-disable jsx-a11y/label-has-associated-control */
/* eslint-disable jsx-a11y/control-has-associated-label */

import React, { useContext, useState } from 'react';

import { Filter } from './types/Filter';
Expand Down
3 changes: 3 additions & 0 deletions src/components/TodoItem/todoItem.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable jsx-a11y/label-has-associated-control */
/* eslint-disable jsx-a11y/control-has-associated-label */

import cn from 'classnames';
import React, { useContext } from 'react';
import { TodosContext } from '../../TodoContext/TodoContext';
Expand Down

0 comments on commit 2482706

Please sign in to comment.