This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
webcrypto/tslint.json

13 lines
259 B
JSON
Raw Normal View History

2019-01-25 10:43:13 +00:00
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"max-line-length": false,
"no-bitwise": false,
"object-literal-sort-keys": false
},
"rulesDirectory": []
}