diff --git a/html/.eslintrc.js b/html/.eslintrc.js
index 7eebfab5..21ba4f12 100644
--- a/html/.eslintrc.js
+++ b/html/.eslintrc.js
@@ -11,7 +11,10 @@ module.exports = {
VRCXStorage: 'readonly',
SQLite: 'readonly',
LogWatcher: 'readonly',
- Discord: 'readonly'
+ Discord: 'readonly',
+ AppApi: 'readonly',
+ SharedVariable: 'readonly',
+ WebApi: 'readonly'
},
extends: 'eslint:all',
rules: {