From 7758f44f93ad1345ecf37ea8424adc163259e021 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:20:28 +0900 Subject: [PATCH] add globals --- html/.eslintrc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {