Skip to content

Styleguide

Markus Klein edited this page Oct 11, 2016 · 3 revisions

Styleguide

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.

Frontend (Angular 2)

For the frontend, the offical Angular 2 styleguide is used: https://angular.io/styleguide.

Backend

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.

Clone this wiki locally