Skip to content

Commit

Permalink
chore: revert back to eslint-plugin-import:2.26.0 due to import order…
Browse files Browse the repository at this point in the history
…ing issue
  • Loading branch information
reecejohnson committed Aug 3, 2023
1 parent c82f228 commit 8c5f206
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 128 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/components/auth/LoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { useWalletLogin, useWalletLogout } from '@lens-protocol/react-web';
import { useEffect } from 'react';
import toast from 'react-hot-toast';

import { wallet } from '../../domain/wallet';
import { WhenLoggedInWithProfile } from './WhenLoggedInWithProfile';
import { WhenLoggedOut } from './WhenLoggedOut';
import { wallet } from '../../domain/wallet';

export function LoginButton() {
const { execute: login, error: loginError, isPending: isLoginPending } = useWalletLogin();
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-tsdoc": "^0.2.17"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8c5f206

Please sign in to comment.