diff --git a/optaweb-tsp-ui/tslint.json b/optaweb-tsp-ui/tslint.json index 6250cd881..c48226733 100644 --- a/optaweb-tsp-ui/tslint.json +++ b/optaweb-tsp-ui/tslint.json @@ -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 + } + ] } }