Added Babele in linter to remove undef in hook.js
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user