aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNeel Kamath <neelkamath@protonmail.com>2018-05-13 12:18:46 +0200
committerNeel Kamath <neelkamath@protonmail.com>2018-05-13 12:18:46 +0200
commit1bd79064020c09910d9b151d9b633c01ce4a972b (patch)
tree79a6516bf6537875a5541c5124c3fe10d7efc88c /README.md
parentMake PM2 optional (diff)
downloadhackchat-1bd79064020c09910d9b151d9b633c01ce4a972b.tar.gz
hackchat-1bd79064020c09910d9b151d9b633c01ce4a972b.zip
Use the 'use strict' directive when needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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