From dfcdc72caf8028994105b44e24069cfd62136ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Mon, 26 Apr 2021 09:39:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b742de7..66d3404 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is an ESLint Plugin to help provide best practices for writing Custom Elements aka Web Components. It provides a set of custom rules which can be enforced for files that declare classes that extend from HTMLElement. +## Requirements + +Node 14.x + ## Installation ```sh