chore: Add PageTransitionEvent and APP_BUILD_HASH to eslint globals

This commit is contained in:
gsxdsm
2026-02-17 17:37:35 -08:00
parent cb44f8a717
commit 1df778a9db

View File

@@ -79,6 +79,7 @@ const eslintConfig = defineConfig([
MouseEvent: 'readonly', MouseEvent: 'readonly',
UIEvent: 'readonly', UIEvent: 'readonly',
MediaQueryListEvent: 'readonly', MediaQueryListEvent: 'readonly',
PageTransitionEvent: 'readonly',
DataTransfer: 'readonly', DataTransfer: 'readonly',
// Web APIs // Web APIs
ResizeObserver: 'readonly', ResizeObserver: 'readonly',
@@ -116,6 +117,7 @@ const eslintConfig = defineConfig([
console: 'readonly', console: 'readonly',
// Vite defines // Vite defines
__APP_VERSION__: 'readonly', __APP_VERSION__: 'readonly',
__APP_BUILD_HASH__: 'readonly',
}, },
}, },
plugins: { plugins: {