From f3525d4313cc0fe10554b7f4d9ef3e566496382f Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 8 May 2017 14:52:53 +0200 Subject: [PATCH] Add linting requirement Closes #37 --- spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.md b/spec.md index b5686ac..daef5a4 100644 --- a/spec.md +++ b/spec.md @@ -9,7 +9,8 @@ A compliant README must satisfy all the requirements listed below. - Sections must appear in order given below. Optional sections may be omitted. - Sections must have the titles listed below, unless otherwise specified. - Must be new lines between each section. - - Must not contain broken links + - Must not contain broken links. + - If there are code examples, they should be linted in the same way as the code is linted in the rest of the project. **Suggestions:** - A "Back to Top" link for longer sections can be useful, but is not required by any means.