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

15 lines
329 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,
2019-01-25 12:47:26 +00:00
"object-literal-sort-keys": false,
"no-namespace": false,
"max-classes-per-file": false
2019-01-25 10:43:13 +00:00
},
"rulesDirectory": []
}