From a5d6159e0c62d1da516fde31b653d61d763e883b Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 13 Mar 2024 19:23:18 +0100 Subject: [PATCH] Remove incorrect globals These variables do not exist in the global scope, they require an import. --- apps/.eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/.eslintrc.js b/apps/.eslintrc.js index 78e44117e..9bff7882e 100644 --- a/apps/.eslintrc.js +++ b/apps/.eslintrc.js @@ -26,10 +26,8 @@ module.exports = { "Flash": "readonly", "Float32Array": "readonly", "Float64Array": "readonly", - "fs": "readonly", "Function": "readonly", "Graphics": "readonly", - "heatshrink": "readonly", "I2C": "readonly", "Int16Array": "readonly", "Int32Array": "readonly", @@ -49,11 +47,9 @@ module.exports = { "RegExp": "readonly", "Serial": "readonly", "SPI": "readonly", - "Storage": "readonly", "StorageFile": "readonly", "String": "readonly", "SyntaxError": "readonly", - "tensorflow": "readonly", "TFMicroInterpreter": "readonly", "TypeError": "readonly", "Uint16Array": "readonly",