-
Notifications
You must be signed in to change notification settings - Fork 6
Coding Standards
pospi edited this page May 30, 2017
·
2 revisions
We expect that you will setup your editor to use editorconfig, tslint and a typescript language plugin; which should take care of most code consistency issues.
Explicitly defined Typescript typedefs should be present for:
- All function parameters
- All React component props
- Function return types where there is an object being returned who's structure other code must be aware of
This page will probably be updated with lots more info in future, but for now- if your code passes the linting step then you're doing just fine!
About this codebase
For new contributors