Skip to content

Commit 4d064ae

Browse files
committed
make eslint happy again
1 parent 50c7555 commit 4d064ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"import/no-extraneous-dependencies": 0,
7474
"import/extensions": 0,
7575
"import/prefer-default-export": 0,
76+
"prefer-object-spread": 0,
7677
"max-len": 0,
7778
"symbol-description": 0,
7879
"no-nested-ternary": 0,

src/PostgraphileNestedTypesPlugin.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ module.exports = function PostGraphileNestedTypesPlugin(
329329
);
330330

331331
operations.create = {
332-
description: `A \`${
333-
gqlForeignTableType.name
334-
}\` object that will be created and connected to this object.`,
332+
description: `A \`${gqlForeignTableType.name}\` object that will be created and connected to this object.`,
335333
type: isForward
336334
? createInputType
337335
: new GraphQLList(new GraphQLNonNull(createInputType)),

0 commit comments

Comments
 (0)