@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
27 lines • 685 B
JSON
{
"defaultSeverity": "error",
"extends": "tslint-microsoft-contrib/recommended",
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rulesDirectory": ["node_modules/tslint-microsoft-contrib"],
"rules": {
"no-string-based-set-timeout": false,
"function-name": [
true,
{
"static-method-regex": "^[a-z][\\w\\d]+$"
}
],
"no-relative-imports": false,
"mocha-no-side-effect-code": false,
"insecure-random": false,
"no-for-in": false,
"no-consecutive-blank-lines": true,
"eofline": true,
"no-backbone-get-set-outside-model": false,
"max-func-body-length": 150
}
}