We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bab9b commit e3dc008Copy full SHA for e3dc008
src/app.ts
@@ -40,7 +40,7 @@ const createContext = (context: IPluginContext) => {
40
*/
41
const getData = async (
42
urlOrPath: string,
43
- outDir: string,
+ _outDir: string,
44
): Promise<ISwaggerResult> => {
45
try {
46
// const lockFile = await readFile(`${outDir}/${LOCK_FILE}`);
0 commit comments