fixes linting errors and warnings

This commit is contained in:
Jan Prochazka
2020-04-10 18:12:25 +02:00
parent 784c34c5c9
commit 6e120b4317
10 changed files with 16 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ export class JslGridDisplay extends GridDisplay {
setCache: ChangeCacheFunc
) {
super(config, setConfig, cache, setCache, null, null);
this.columns = columns
.map((col) => ({
columnName: col.columnName,
@@ -21,6 +21,8 @@ export class JslGridDisplay extends GridDisplay {
uniquePath: [col.columnName],
notNull: col.notNull,
autoIncrement: col.autoIncrement,
pureName: null,
schemaName: null,
}))
?.map((col) => ({
...col,