Added Babele in linter to remove undef in hook.js

This commit is contained in:
Vlyan
2022-03-30 17:02:42 +02:00
parent 36997c099e
commit 7b7926674a
2 changed files with 1 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ module.exports = {
globals: { globals: {
foundry: "readonly", foundry: "readonly",
TokenDocument: "readonly", TokenDocument: "readonly",
Babele: "readonly",
AudioHelper: "readonly", AudioHelper: "readonly",
Collection: "readonly", Collection: "readonly",
Hooks: "readonly", Hooks: "readonly",

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-undef */
export default class HooksL5r5e { export default class HooksL5r5e {
/** /**
* Do anything after initialization but before ready * Do anything after initialization but before ready