mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
run linter
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
enableScripts: true
|
||||
checksumBehavior: "update"
|
||||
checksumBehavior: 'update'
|
||||
|
||||
@@ -3,10 +3,7 @@ import pako from 'pako';
|
||||
import { Linking, NativeModules, Platform } from 'react-native';
|
||||
|
||||
import { Mode, OpenPassportApp } from '../../../common/src/utils/appType';
|
||||
import {
|
||||
getCircuitNameOld,
|
||||
parseCertificateSimple,
|
||||
} from '../../../common/src/utils/certificate_parsing/parseCertificateSimple';
|
||||
import { getCircuitNameOld } from '../../../common/src/utils/certificate_parsing/parseCertificateSimple';
|
||||
import useNavigationStore from '../stores/navigationStore';
|
||||
import useUserStore from '../stores/userStore';
|
||||
import { downloadZkey } from './zkeyDownload';
|
||||
|
||||
Reference in New Issue
Block a user