Added Babele in linter to remove undef in hook.js
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = {
|
||||
globals: {
|
||||
foundry: "readonly",
|
||||
TokenDocument: "readonly",
|
||||
Babele: "readonly",
|
||||
AudioHelper: "readonly",
|
||||
Collection: "readonly",
|
||||
Hooks: "readonly",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-undef */
|
||||
export default class HooksL5r5e {
|
||||
/**
|
||||
* Do anything after initialization but before ready
|
||||
|
||||
Reference in New Issue
Block a user