mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
add globals
This commit is contained in:
+4
-1
@@ -11,7 +11,10 @@ module.exports = {
|
|||||||
VRCXStorage: 'readonly',
|
VRCXStorage: 'readonly',
|
||||||
SQLite: 'readonly',
|
SQLite: 'readonly',
|
||||||
LogWatcher: 'readonly',
|
LogWatcher: 'readonly',
|
||||||
Discord: 'readonly'
|
Discord: 'readonly',
|
||||||
|
AppApi: 'readonly',
|
||||||
|
SharedVariable: 'readonly',
|
||||||
|
WebApi: 'readonly'
|
||||||
},
|
},
|
||||||
extends: 'eslint:all',
|
extends: 'eslint:all',
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
Reference in New Issue
Block a user