fastiterationmap
Version:
an ES6 typescript Map that can be iterate like an Array
21 lines • 471 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"variable-name": [
true,
"ban-keywords",
"check-format",
"allow-leading-underscore"
],
"max-classes-per-file": false,
"rulesDirectory": [],
"no-empty": false,
"max-line-length": 140,
"no-console": false,
"no-string-literal": false
}
}