UNPKG

@eddits-org/identity-sdk

Version:

A JavaScript SDK to interact with on-chain identities.

11 lines (10 loc) 187 B
module.exports = { arrowParens: 'always', endOfLine: 'lf', printWidth: 160, quoteProps: 'consistent', semi: true, singleQuote: true, tabWidth: 2, trailingComma: 'all', };