Skip to content

Commit

Permalink
Update eslint (non-major) (mastodon#32279)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <[email protected]>
  • Loading branch information
renovate[bot] and renchap authored Oct 21, 2024
1 parent 4a65fa7 commit 11a63b2
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 175 deletions.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/components/button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PropsWithChildren } from 'react';
import type { PropsWithChildren, JSX } from 'react';
import { useCallback } from 'react';

import classNames from 'classnames';
Expand Down
1 change: 1 addition & 0 deletions app/javascript/mastodon/components/short_number.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { memo } from 'react';
import type { JSX } from 'react';

import { FormattedMessage, FormattedNumber } from 'react-intl';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { JSX } from 'react';

import { FormattedMessage } from 'react-intl';

import { Link } from 'react-router-dom';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useMemo } from 'react';
import type { JSX } from 'react';

import classNames from 'classnames';

Expand Down
Loading

0 comments on commit 11a63b2

Please sign in to comment.