You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
' characters for string literals instead of " characters
{ opening brace on same line as beginning of statement
camelCase when naming objects, functions, and instances
Use PascalCase only when naming constructors or classes.
TypeScript code
TypeScript code should also conform to the AirBnb JavaScript coding standard, as well as adhere to the following
additional conventions:
None yet
TSLint
This git repository is set up to automatically run tslint against commits to ensure adherence to the above coding
standards. In some rare cases it is necessary to bypass a specific tslint rule (notably in variable names of
React functional components). Information about how to do that via comments can be found here