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