Skip to content

Commit

Permalink
fix(lint): exclude import line from check
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 16, 2024
1 parent b90835e commit a94df08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import CborReader from 'cbor-js';

// eslint-disable-next-line max-len
import { SubscriptionServiceWorkerMiddleware } from '../transport/service-worker/subscription-service-worker-middleware';
import { AesCbcCryptor, LegacyCryptor, WebCryptoModule } from '../crypto/modules/WebCryptoModule/webCryptoModule';
import { WebReactNativeTransport } from '../transport/web-react-native-transport';
Expand Down

0 comments on commit a94df08

Please sign in to comment.