UNPKG

@synet/identity

Version:

Simple and secure identity management library for Verifiable Identity

38 lines (35 loc) 674 B
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "ignore": ["docs/**", "dist/**", "node_modules/**", "coverage/**", "test/**", "tests/**", "examples/**", "scripts/**"] }, "formatter": { "enabled": true, "indentWidth": 2, "lineWidth": 80, "indentStyle": "space" }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noStaticOnlyClass": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double" } } }