UNPKG

factom-identity-lib

Version:

Library to read and update Factom identities

18 lines (17 loc) 328 B
{ "env": { "browser": true, "es6": true, "node": true, "mocha": true }, "extends": "prettier", "parserOptions": { "sourceType": "module", "ecmaVersion": 2018 }, "rules": { "no-throw-literal": 2, "linebreak-style": ["error", "unix"] } }