fix(eslint): resolve all 6 repository lint errors

- Removed unused html variable from localizeHomeLinks in website/app.js.
- Added website/build.js to ESLint flat config Node files match pattern to define require, process, and __dirname.
This commit is contained in:
Koala
2026-06-01 01:04:47 +02:00
parent d430501b82
commit 3fcafbd081
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default [
}
},
{
files: ["server/**/*.js", "scripts/**/*.js"],
files: ["server/**/*.js", "scripts/**/*.js", "website/build.js"],
languageOptions: {
globals: {
require: "readonly",