forked from hirosystems/stacks.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.prettierignore
58 lines (58 loc) · 1.49 KB
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
src/wallet.ts
src/encryption/wallet.ts
src/encryption/index.ts
src/encryption/ec.ts
src/errors.ts
src/auth/authSession.ts
src/auth/protocolEchoDetection.ts
src/auth/sessionData.ts
src/auth/authMessages.ts
src/auth/authApp.ts
src/auth/authConstants.ts
src/auth/sessionStore.ts
src/auth/appConfig.ts
src/auth/protocolLaunch.ts
src/auth/index.ts
src/auth/authVerification.ts
src/auth/userSession.ts
src/auth/authProvider.ts
src/network.ts
src/utils.ts
src/operations/safety.ts
src/operations/txbuild.ts
src/operations/utils.ts
src/operations/skeletons.ts
src/operations/signers.ts
src/operations/index.ts
src/storage/hub.ts
src/storage/index.ts
src/types.ts
src/keys.ts
src/index.ts
src/profiles/profileProofs.ts
src/profiles/profileZoneFiles.ts
src/profiles/profile.ts
src/profiles/index.ts
src/profiles/profileTokens.ts
src/profiles/services/github.ts
src/profiles/services/linkedIn.ts
src/profiles/services/instagram.ts
src/profiles/services/twitter.ts
src/profiles/services/facebook.ts
src/profiles/services/serviceUtils.ts
src/profiles/services/index.ts
src/profiles/services/service.ts
src/profiles/services/hackerNews.ts
src/profiles/profileSchemas/personUtils.ts
src/profiles/profileSchemas/personZoneFiles.ts
src/profiles/profileSchemas/creativework.ts
src/profiles/profileSchemas/personLegacy.ts
src/profiles/profileSchemas/organization.ts
src/profiles/profileSchemas/index.ts
src/profiles/profileSchemas/person.ts
src/profiles/profileLookup.ts
src/config.ts
src/dids.ts
src/fetchUtil.ts
src/public.ts
src/address.ts