Satisfy new eslint indentation rule
This commit is contained in:
parent
1db7bd9873
commit
2da90b58e4
4 changed files with 19 additions and 17 deletions
|
@ -398,6 +398,7 @@ module.exports.getRow = (fieldList, values, useDate, showAll, onlyExisting) => {
|
||||||
// ignore missing values
|
// ignore missing values
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
/* eslint-disable indent */
|
||||||
switch (field.type) {
|
switch (field.type) {
|
||||||
case 'text':
|
case 'text':
|
||||||
case 'website':
|
case 'website':
|
||||||
|
@ -574,6 +575,7 @@ module.exports.getRow = (fieldList, values, useDate, showAll, onlyExisting) => {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* eslint-enable indent */
|
||||||
});
|
});
|
||||||
|
|
||||||
return row;
|
return row;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue