From adb7e8a9240085ea32f9530aebd4cf3d3703e710 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sat, 16 Mar 2024 14:26:03 +0000 Subject: [PATCH] slpquiet: add eslintrc for sleeplog global --- apps/slpquiet/.eslintrc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/slpquiet/.eslintrc.json diff --git a/apps/slpquiet/.eslintrc.json b/apps/slpquiet/.eslintrc.json new file mode 100644 index 000000000..47db25057 --- /dev/null +++ b/apps/slpquiet/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "globals": { + "sleeplog": "readonly" + } +}