merged with master

Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
Matt Mulligan
2022-06-23 08:42:06 -04:00
418 changed files with 6063 additions and 3284 deletions
+3 -3
View File
@@ -18,17 +18,17 @@ export interface Config {
/**
* Configuration options for the stack overflow plugin
*/
stackoverflow: {
stackoverflow?: {
/**
* The base url of the Stack Overflow API used for the plugin
* @visibility backend
*/
baseUrl: string;
baseUrl?: string;
/**
* The api key to authenticate to Stack Overflow API
* @visibility backend
*/
apiKey: string;
apiKey?: string;
};
}
+3 -2
View File
@@ -41,6 +41,7 @@
},
"files": [
"dist",
"config"
]
"config.d.ts"
],
"configSchema": "config.d.ts"
}