Update eslint dependencies and fix eslint errors

This commit is contained in:
prototypa
2024-08-26 01:03:42 -04:00
parent a268583964
commit 0202552ab1
11 changed files with 516 additions and 1798 deletions

View File

@@ -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 */
}
},
},
};
};
};

View File

@@ -78,7 +78,9 @@ export interface AnalyticsConfig {
};
}
export interface UIConfig {}
export interface UIConfig {
theme: string;
}
const DEFAULT_SITE_NAME = 'Website';