From 1bd79064020c09910d9b151d9b633c01ce4a972b Mon Sep 17 00:00:00 2001 From: Neel Kamath Date: Sun, 13 May 2018 15:48:46 +0530 Subject: Use the 'use strict' directive when needed --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6e72a08..4a68ce6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ This is a backwards compatible continuation of the [work by Andrew Belt](https:/ - Use [the template](templateCommand.js) to learn how to create new commands. - Use two space indents. - Name files in camelCase. +- Scripts that do not default to strict mode (such as modules) must use the `'use strict'` directive. # Credits -- cgit v1.2.1