0
0
Fork 0

Update eslint (non-major) (#32279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot] 2024-10-21 10:03:44 +02:00 committed by GitHub
parent 4a65fa74fa
commit 11a63b2db6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 127 additions and 175 deletions

View file

@ -1,3 +1,5 @@
import type { JSX } from 'react';
import { FormattedMessage } from 'react-intl';
import { Link } from 'react-router-dom';

View file

@ -1,4 +1,5 @@
import { useMemo } from 'react';
import type { JSX } from 'react';
import classNames from 'classnames';