Fix lint issues

This commit is contained in:
HaveAGitGat 2023-08-29 18:03:58 +01:00
parent 80f02bf810
commit a7d262f39c
4 changed files with 6 additions and 5 deletions

View file

@ -36,7 +36,8 @@ const details = (): IpluginDetails => ({
inputUI: {
type: 'directory',
},
tooltip: 'Specify directory to check. Leave blank to use working directory. Put below input plugin to check original file directory.',
tooltip: 'Specify directory to check. Leave blank to use working directory.'
+ ' Put below Input File plugin to check original file directory.',
},
],
outputs: [

View file

@ -1,12 +1,11 @@
import {
getContainer, getFileAbosluteDir, getFileName, getSubStem, moveFileAndValidate,
getContainer, getFileAbosluteDir, getFileName, moveFileAndValidate,
} from '../../../../FlowHelpers/1.0.0/fileUtils';
import {
IpluginDetails,
IpluginInputArgs,
IpluginOutputArgs,
} from '../../../../FlowHelpers/1.0.0/interfaces/interfaces';
import normJoinPath from '../../../../FlowHelpers/1.0.0/normJoinPath';
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = ():IpluginDetails => ({