Skip to content

Commit

Permalink
chore: disable import extensions lint on JSX imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 2, 2024
1 parent d96804d commit 744ca61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions upload-api/functions/validate-email.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ import { createConsumerTable } from '../tables/consumer.js'
import { createRevocationsTable } from '../stores/revocations.js'
import * as AgentStore from '../stores/agent.js'
import { useProvisionStore } from '../stores/provisions.js'
import * as htmlStoracha from '../html-storacha/index.js'
import * as htmlW3s from '../html-w3s/index.js'
// eslint-disable-next-line import/extensions
import * as htmlStoracha from '../html-storacha'
// eslint-disable-next-line import/extensions
import * as htmlW3s from '../html-w3s'
import { createRateLimitTable } from '../tables/rate-limit.js'
import { createSpaceMetricsTable } from '../tables/space-metrics.js'
import { createCustomerStore } from '@web3-storage/w3infra-billing/tables/customer'
Expand Down

0 comments on commit 744ca61

Please sign in to comment.