docs: finalise PROJECT_STATUS + TODO; lint public browser script
CI / quality (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / lighthouse (push) Has been cancelled
CI / relay (push) Has been cancelled
CI / images (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
cesnimda
2026-07-04 06:24:12 +02:00
parent 9088dcffb9
commit 743cce306b
4 changed files with 88 additions and 115 deletions
+7
View File
@@ -33,4 +33,11 @@ export default [
files: ['*.config.{js,mjs,ts}'],
languageOptions: { globals: { process: 'readonly', URL: 'readonly' } },
},
{
// Static browser scripts served as-is from public/.
files: ['public/**/*.js'],
languageOptions: {
globals: { window: 'readonly', document: 'readonly', localStorage: 'readonly' },
},
},
];