fix: lint WeakRef

This commit is contained in:
cha0s 2024-10-21 08:01:35 -05:00
parent 531266f93e
commit 5fa3b72880

View File

@ -21,6 +21,7 @@ module.exports = {
},
globals: {
process: false,
WeakRef: false,
},
ignorePatterns: ['!**/.server', '!**/.client'],