From 7b7926674a26a18a24110613005b139eb97018dd Mon Sep 17 00:00:00 2001 From: Vlyan Date: Wed, 30 Mar 2022 17:02:42 +0200 Subject: [PATCH] Added Babele in linter to remove undef in hook.js --- .eslintrc.js | 1 + system/scripts/hooks.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7c922a8..89f5541 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,6 +30,7 @@ module.exports = { globals: { foundry: "readonly", TokenDocument: "readonly", + Babele: "readonly", AudioHelper: "readonly", Collection: "readonly", Hooks: "readonly", diff --git a/system/scripts/hooks.js b/system/scripts/hooks.js index f547fbf..018cd3b 100644 --- a/system/scripts/hooks.js +++ b/system/scripts/hooks.js @@ -1,4 +1,3 @@ -/* eslint-disable no-undef */ export default class HooksL5r5e { /** * Do anything after initialization but before ready