From d40ee5fb63ed06465e1a326c9974ecb1316ef4f4 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Thu, 2 May 2019 14:44:57 +0100 Subject: [PATCH] :memo: Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e46707..db811c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,9 @@ A rough guide for keeping a consistent project style ### Typescript -All JavaScript must adhere to the [JavaScript Standard Style](https://standardjs.com/), it isn't officially endorsed by Ecmascript someone just called it that. This style is set up with [Eslint](https://eslint.org/) so it should be easy to follow. +All TypeScript must adhere to the [JavaScript Standard Style](https://standardjs.com/), +it isn't officially endorsed by Ecmascript someone just called it that. +This style is set up with [tslint](https://palantir.github.io/tslint) so it should be easy to follow. ## Commit Messages