Update eslint dependencies and fix eslint errors
This commit is contained in:
5
vendor/integration/index.mjs
vendored
5
vendor/integration/index.mjs
vendored
@@ -105,10 +105,11 @@ export default ({ config: _themeConfig = 'src/config.yaml' } = {}) => {
|
||||
});
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
} catch (error) {
|
||||
/* empty */
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
};
|
||||
|
4
vendor/integration/utils/configBuilder.ts
vendored
4
vendor/integration/utils/configBuilder.ts
vendored
@@ -78,7 +78,9 @@ export interface AnalyticsConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export interface UIConfig {}
|
||||
export interface UIConfig {
|
||||
theme: string;
|
||||
}
|
||||
|
||||
const DEFAULT_SITE_NAME = 'Website';
|
||||
|
||||
|
Reference in New Issue
Block a user