Skip to content

Commit

Permalink
eslint munging
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Nov 17, 2024
1 parent 4b1764d commit 3de1dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["next/core-web-vitals", "@solana/eslint-config-solana"],
"plugins": ["testing-library"],
"plugins": ["testing-library", "simple-import-sort"],
"overrides": [
// Only uses Testing Library lint rules in test files
{
Expand Down
2 changes: 1 addition & 1 deletion app/components/instruction/ComputeBudgetDetailsCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Address } from '@components/common/Address';
import { SolBalance } from '@components/common/SolBalance';
import { useCluster } from '@providers/cluster';
import { SignatureResult, TransactionInstruction } from '@solana/web3.js';
import {
Expand All @@ -15,7 +16,6 @@ import React from 'react';
import { address } from 'web3js-experimental';

import { InstructionCard } from './InstructionCard';
import { SolBalance } from '../common/SolBalance';

export function ComputeBudgetDetailsCard({
ix,
Expand Down

0 comments on commit 3de1dce

Please sign in to comment.