Skip to content

Commit f485f24

Browse files
committed
chore: lint
1 parent c90ddab commit f485f24

File tree

4 files changed

+104
-100
lines changed

4 files changed

+104
-100
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* GolangPluginConfig lets you configure how GolangGenerator generates
33
* Golang code from GraphQL schemas and documents.
44
*/
5-
export interface GolangPluginConfig {
5+
export interface IGolangPluginConfig {
66
/**
77
* Name of the generated Golang package.
8-
* @default graphql
8+
* @defaultValue graphql
99
* @example
1010
* ```go
1111
* package graphql

0 commit comments

Comments
 (0)