From 436c1d7239f2c534c634c4bb3ddc2e0e69f077bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 20 Jul 2021 14:55:17 +0200 Subject: [PATCH] Remove PlaySound from globals --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index b56396c..50a916f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,8 +8,7 @@ "l": "readonly", "b64_to_utf8": "readonly", "utf8_to_b64": "readonly", - "BeautifyAll": "readonly", - "PlaySound": "readonly" + "BeautifyAll": "readonly" }, "extends": ["airbnb-base", "prettier"], "parserOptions": {