From f7a2f8b219eeed1b515c9d07ad0472180ded8abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Hocde=CC=81?= Date: Thu, 4 Mar 2021 12:24:35 -0500 Subject: [PATCH] Update readme (add node version requirements) and update .editorconfig --- .editorconfig | 5 ++++- README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f6d919a..29ce05e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,9 +9,12 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.md] +[*.{md,markdown}] trim_trailing_whitespace = false [{*.yml,*.json}] indent_size = 4 indent_style = space + +[*.{ms,mustache}] +insert_final_newline = false diff --git a/README.md b/README.md index e372e44..43e6d89 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@

Locomotive Boilerplate

Front-end boilerplate for projects by Locomotive.

+## Requirements + +| Name | Version | +| ---------- | ------- | +| [Node] | > 14.15 | +[Node]: https://nodejs.org/en/ + +You can use [nvm](https://github.com/nvm-sh/nvm) to install the node version in `.nvmrc`. + ## Installation ```sh npm i