Skip to content

Commit

Permalink
📝 Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed May 2, 2019
1 parent 7bdb5f5 commit d40ee5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -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

Expand Down

0 comments on commit d40ee5f

Please sign in to comment.