-
Notifications
You must be signed in to change notification settings - Fork 0
Styleguide
Markus Klein edited this page Oct 11, 2016
·
3 revisions
This page outlines the style and coding guidelines for the project. These coding conventions are checked using TSLint and the TSLint rules for Angular 2.
For the frontend, the offical Angular 2 styleguide is used: https://angular.io/styleguide.
On backend code, TSLint core rules are applied: https://palantir.github.io/tslint/rules/. Custom rules may be added on top of those core rules in the future.