From bb41a5239c5088cab81d2c5031d220889954d867 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 3 Jan 2021 23:53:33 +0000 Subject: [PATCH] update --- static-html/notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static-html/notes.md b/static-html/notes.md index 8c174bc..cae0d0c 100644 --- a/static-html/notes.md +++ b/static-html/notes.md @@ -110,3 +110,6 @@ to use environment variables, must change module.exports to use a function. stylelint - could only get it to read .stylelintrc after installing coc-stylelintplus (adds extra features to coc-ctylelint) + +eslint - used airbnb base one - note need to install peer dependencies of that +manually - what are peer dependencies and why are they only installed manually?