🚧 add prettierrc to gitignore

This commit is contained in:
Ben Hesseldieck 2020-07-08 09:32:21 +02:00
parent de707f039b
commit 80aa0bd5dd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ _START_PACKAGE
.env
.vscode
.idea
.prettierrc.js

View file

@ -15,7 +15,7 @@ export function executeQuery(
getNodeParam: Function,
pgp: pgPromise.IMain<{}, pg.IClient>,
db: pgPromise.IDatabase<{}, pg.IClient>,
input: INodeExecutionData[]
input: INodeExecutionData[],
): Promise<any> {
const queries: string[] = [];
for (let i = 0; i < input.length; i++) {