From 90a22b69cbbbc391601b29486c5ee86520bd37dd Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Fri, 22 Jan 2016 00:35:37 +0100 Subject: [PATCH] Added more notes on tldr-lint --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54bbaca77..258467b81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,14 @@ The format of each page should match the following: `command -opt1 -opt2` ``` +We actually have a linter/formatter that enforces our format. +It even automatically cleans up your pages for you! Installing it is easy: + +``` +npm install +tldr tldrl +``` + ### Token Syntax User-provided values should use the `{{token}}` syntax in order to allow clients to highlight them.