Skip to content

Commit a4c843f

Browse files
committed
Fix prettier
1 parent 9571b3a commit a4c843f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23
1+
v23

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
'@graphql-inspector/testing': 'packages/testing/src/index.ts',
1212
'@graphql-inspector/core': 'packages/core/src/index.ts',
1313
'graphql/language/parser.js': 'graphql/language/parser.js',
14-
graphql: 'graphql/index.js'
14+
graphql: 'graphql/index.js',
1515
},
1616
deps: {
1717
// fixes `graphql` Duplicate "graphql" modules cannot be used at the same time since different

0 commit comments

Comments
 (0)