From 27d57623edc310a3984cad775dde5bb86896e57a Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 21 Aug 2020 15:17:16 +0100 Subject: [PATCH] Update docs, tweak eslintignores --- README.md | 6 +++--- apps/.eslintignore | 1 + .eslintignore => core/.eslintignore | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 apps/.eslintignore rename .eslintignore => core/.eslintignore (80%) diff --git a/README.md b/README.md index 0ad1b3520..b98afd2f7 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,7 @@ and which gives information about the app for the Launcher. "type":"widget/clock/app/bootloader", // optional, default "app" // if this is 'widget' then it's not displayed in the menu // if it's 'clock' then it'll be loaded by default at boot time - // if this is 'bootloader' then it's code that is run at boot time, but is not in a menu - "dependencies" : { "notify":"type" } // optional, app 'types' we depend on + // if this is 'bootloader' then it's code that is run at boot time, but is not in a menu "version":"1.23", // added by BangleApps loader on upload based on apps.json "files:"file1,file2,file3", @@ -222,7 +221,8 @@ and which gives information about the app for the Launcher. "description": "...", // long description (can contain markdown) "type":"...", // optional(if app) - 'app'/'widget'/'launch'/'bootloader' "tags": "", // comma separated tag list for searching - + "dependencies" : { "notify":"type" } // optional, app 'types' we depend on + // for instance this will use notify/notifyfs is they exist, or will pull in 'notify' "readme": "README.md", // if supplied, a link to a markdown-style text file // that contains more information about this app (usage, etc) // A 'Read more...' link will be added under the app diff --git a/apps/.eslintignore b/apps/.eslintignore new file mode 100644 index 000000000..c75b7e130 --- /dev/null +++ b/apps/.eslintignore @@ -0,0 +1 @@ +animclk/V29.LBM.js diff --git a/.eslintignore b/core/.eslintignore similarity index 80% rename from .eslintignore rename to core/.eslintignore index 550fbda3f..b95013be5 100644 --- a/.eslintignore +++ b/core/.eslintignore @@ -3,4 +3,3 @@ lib/imageconverter.js lib/qrcode.min.js lib/heatshrink.js lib/marked.min.js -apps/animclk/V29.LBM.js