Skip to content

Commit

Permalink
Allow Array type parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yurloc committed Dec 11, 2018
1 parent 3c07f26 commit feaaf69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion optaweb-tsp-ui/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"no-console": {
"severity": "warn"
},
"object-shorthand-properties-first": false
"object-shorthand-properties-first": false,
"prefer-array-literal": [
true,
{
"allow-type-parameters": true
}
]
}
}

0 comments on commit feaaf69

Please sign in to comment.