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?